dyna3/app-proto/inversive-display/src
Aaron Fenyes 3d7ee98dd6 Ray-caster: check layer count
In debug mode, show the layer count instead of the shaded image. This
reveals a bug: testing whether the hit depth is NaN doesn't actually
detect sphere misses, because `sphere_cast` returns -1 rather than NaN
to indicate a miss.
2024-08-28 01:55:46 -07:00
..
engine.rs Ray-caster: pass spheres in through uniforms 2024-08-25 21:40:59 -07:00
identity.vert Ray-caster: move shaders to separate files 2024-08-24 11:27:19 -07:00
inversive.frag Ray-caster: check layer count 2024-08-28 01:55:46 -07:00
main.rs Reduce the frame interval sample frequency 2024-08-28 01:47:38 -07:00