mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
Ports: Update the C-ray renderer port
This commit is contained in:
parent
712e7102b0
commit
22259bf85d
9 changed files with 85 additions and 87 deletions
24
Ports/c-ray/patches/reduce-hdr-scene-settings.patch
Normal file
24
Ports/c-ray/patches/reduce-hdr-scene-settings.patch
Normal file
|
@ -0,0 +1,24 @@
|
|||
diff --git a/input/hdr.json b/input/hdr.json
|
||||
index 5391ff0..138be3a 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,
|
||||
"antialiasing": true,
|
||||
"tileWidth": 64,
|
||||
@@ -12,8 +12,8 @@
|
||||
"outputFileName": "rendered",
|
||||
"fileType": "png",
|
||||
"count": 0,
|
||||
- "width": 1280,
|
||||
- "height": 800
|
||||
+ "width": 320,
|
||||
+ "height": 200
|
||||
},
|
||||
"display": {
|
||||
"isFullscreen": false,
|
Loading…
Add table
Add a link
Reference in a new issue