GPSnoopy / RayTracingInVulkan

Implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension.
BSD 3-Clause "New" or "Revised" License
1.28k stars 116 forks source link

Make scenes consistent across platforms/compilers #52

Closed GPSnoopy closed 3 years ago

GPSnoopy commented 3 years ago

As per fixed by https://github.com/GPSnoopy/RayTracingInOneWeekend/pull/4, the C++ code for the scenes has undefined behaviours that need to be fixed.