diff --git a/pathtracer/examples/colorful.yaml b/pathtracer/examples/colorful.yaml index 6ed76fa..6dbdebd 100644 --- a/pathtracer/examples/colorful.yaml +++ b/pathtracer/examples/colorful.yaml @@ -1,5 +1,5 @@ # Optional field -aliasing_limit: 10 +shot_rays: 10 # Optional field reflection_limit: 5 diff --git a/pathtracer/examples/scene.yaml b/pathtracer/examples/scene.yaml index 90e79d3..d458181 100644 --- a/pathtracer/examples/scene.yaml +++ b/pathtracer/examples/scene.yaml @@ -1,4 +1,4 @@ -aliasing_limit: 10 +shot_rays: 10 reflection_limit: 5 background: {r: 0.5, g: 0.5, b: 0.5}