Skip to content

Commit

Permalink
Added ray traced glTF sample to readm
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Nov 2, 2023
1 parent 2bd9985 commit 59a0a09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ Callable shaders can be dynamically invoked from within other ray tracing shader

Uses an intersection shader for procedural geometry. Instead of using actual geometry, this sample on passes bounding boxes and object definitions. An intersection shader is then used to trace against the procedural objects.

#### [Ray traced glTF](examples/raytracinggltf/)

Renders a textured glTF model using ray traycing instead of rasterization. Makes use of frame accumulation for transparency and anti aliasing.

#### [Ray query](examples/rayquery)

Ray queries add acceleration structure intersection functionality to non ray tracing shader stages. This allows for combining ray tracing with rasterization. This example makes uses ray queries to add ray casted shadows to a rasterized sample in the fragment shader.
Expand Down

0 comments on commit 59a0a09

Please sign in to comment.