dyna3/app-proto/inversive-display
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
..
src Ray-caster: check layer count 2024-08-28 01:55:46 -07:00
.gitignore Get a WebGL canvas working in Sycamore 2024-08-21 13:01:33 -07:00
Cargo.toml Ray-caster: add a frame time monitor 2024-08-26 23:39:51 -07:00
index.html Get a WebGL canvas working in Sycamore 2024-08-21 13:01:33 -07:00
main.css Ray-caster: label controls 2024-08-26 01:47:53 -07:00