From 38e9bf130fc1075d576626f0c2ade582ccc3c57f Mon Sep 17 00:00:00 2001 From: Sakarias Johansson Date: Tue, 17 Jan 2023 19:43:40 +0100 Subject: =?UTF-8?q?=F0=9F=93=9C=20Add=20config=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- racer-tracer/config.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 racer-tracer/config.yml (limited to 'racer-tracer/config.yml') diff --git a/racer-tracer/config.yml b/racer-tracer/config.yml new file mode 100644 index 0000000..5719ee3 --- /dev/null +++ b/racer-tracer/config.yml @@ -0,0 +1,16 @@ +preview: + samples: 2 + max_depth: 4 + recurse_depth: 4 + scale: 4 + +render: + samples: 1000 + max_depth: 40 + recurse_depth: 4 + scale: 1 + +screen: + width: 1280 + height: 720 + -- cgit v1.2.3