ladybird/Ports/c-ray/patches/0006-Reduce-HDR-scene-settings-a-bit.patch

33 lines
769 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Valtteri Koskivuori <vkoskiv@gmail.com>
Date: Sat, 13 Mar 2021 22:11:07 +0100
Subject: [PATCH] Reduce HDR scene settings a bit
---
input/hdr.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/input/hdr.json b/input/hdr.json
index f2f45b1..b7b5b63 100644
--- a/input/hdr.json
+++ b/input/hdr.json
@@ -2,7 +2,7 @@
"version": 1.0,
"renderer": {
"threads": 0,
- "samples": 250,
+ "samples": 25,
"bounces": 30,
"tileWidth": 64,
"tileHeight": 64,
@@ -11,8 +11,8 @@
"outputFileName": "rendered",
"fileType": "png",
"count": 0,
- "width": 1280,
- "height": 800
+ "width": 320,
+ "height": 200
},
"display": {
"isFullscreen": false,