Ray-caster: add a third test sphere

This helps confirm that the generalized depth-sorting is working.
This commit is contained in:
Aaron Fenyes 2024-08-25 16:41:31 -07:00
parent c18cac642b
commit 206a2df480
2 changed files with 6 additions and 4 deletions

View file

@ -211,7 +211,7 @@ fn main() {
)
input(
type="range",
max=3.0,
max=5.0,
step=1.0,
bind:valueAsNumber=layer_threshold
)