From a200a839b62de572ac3766fbe9f78a68f0e5fca9 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 31 Mar 2020 12:08:34 +0200 Subject: [PATCH] examples: rename aliasing_limit to shot_rays --- pathtracer/examples/colorful.yaml | 2 +- pathtracer/examples/scene.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}