examples: rename aliasing_limit to shot_rays

This commit is contained in:
Bruno BELANYI 2020-03-31 12:08:34 +02:00
parent d4345e6ea4
commit a200a839b6
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Optional field # Optional field
aliasing_limit: 10 shot_rays: 10
# Optional field # Optional field
reflection_limit: 5 reflection_limit: 5

View file

@ -1,4 +1,4 @@
aliasing_limit: 10 shot_rays: 10
reflection_limit: 5 reflection_limit: 5
background: {r: 0.5, g: 0.5, b: 0.5} background: {r: 0.5, g: 0.5, b: 0.5}