o3de / o3de-atom-sampleviewer

Atom sample viewer project for the Open 3D Engine
https://o3de.org
Other
31 stars 35 forks source link

Add sample for new intersection shaders PR #674

Closed mprettner-huawei closed 4 months ago

mprettner-huawei commented 4 months ago

This PR adds a new sample "Samples -> Features ->RayTracingIntersectionShader" which shows off intersection shaders (implemented in O3DE PR17734) with analytic geometry by spawning 100 random spheres and obbs above a mirror surface. The sample looks as follows: Screenshot 2024-04-15 102208_small

This PR must not be merged before O3DE PR17734.