Commit bf97c55
committed
Updated samples module (added ray tracing tutorial)
1 parent c333794 commit bf97c55
3 files changed
Lines changed: 3 additions & 2 deletions
Submodule DiligentCore updated 1 file
Submodule DiligentSamples updated 32 files
- README.md+8
- SampleBase/src/SampleApp.cpp+3-1
- Tutorials/CMakeLists.txt+1
- Tutorials/Tutorial21_RayTracing/Animation_Large.gif
- Tutorials/Tutorial21_RayTracing/Animation_Small.gif
- Tutorials/Tutorial21_RayTracing/CMakeLists.txt+36
- Tutorials/Tutorial21_RayTracing/assets/CubePrimaryHit.rchit+37
- Tutorials/Tutorial21_RayTracing/assets/DGLogo0.png
- Tutorials/Tutorial21_RayTracing/assets/DGLogo1.png
- Tutorials/Tutorial21_RayTracing/assets/DGLogo2.png
- Tutorials/Tutorial21_RayTracing/assets/DGLogo3.png
- Tutorials/Tutorial21_RayTracing/assets/GlassPrimaryHit.rchit+203
- Tutorials/Tutorial21_RayTracing/assets/Ground.jpg
- Tutorials/Tutorial21_RayTracing/assets/Ground.rchit+33
- Tutorials/Tutorial21_RayTracing/assets/ImageBlit.psh+19
- Tutorials/Tutorial21_RayTracing/assets/ImageBlit.vsh+12
- Tutorials/Tutorial21_RayTracing/assets/PrimaryMiss.rmiss+27
- Tutorials/Tutorial21_RayTracing/assets/RayTrace.rgen+25
- Tutorials/Tutorial21_RayTracing/assets/RayUtils.fxh+112
- Tutorials/Tutorial21_RayTracing/assets/ShadowMiss.rmiss+9
- Tutorials/Tutorial21_RayTracing/assets/SphereIntersection.rint+43
- Tutorials/Tutorial21_RayTracing/assets/SpherePrimaryHit.rchit+36
- Tutorials/Tutorial21_RayTracing/assets/structures.fxh+100
- Tutorials/Tutorial21_RayTracing/readme.md+795
- Tutorials/Tutorial21_RayTracing/rt_callstack_1.png
- Tutorials/Tutorial21_RayTracing/rt_callstack_2.png
- Tutorials/Tutorial21_RayTracing/rt_callstack_3.png
- Tutorials/Tutorial21_RayTracing/rt_callstack_4.png
- Tutorials/Tutorial21_RayTracing/rt_performance_1.jpg
- Tutorials/Tutorial21_RayTracing/rt_performance_2.jpg
- Tutorials/Tutorial21_RayTracing/src/Tutorial21_RayTracing.cpp+1.0k
- Tutorials/Tutorial21_RayTracing/src/Tutorial21_RayTracing.hpp+99
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
| 668 | + | |
668 | 669 | | |
669 | 670 | | |
670 | 671 | | |
| |||
0 commit comments