1
Fork 0
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:
Valtteri Koskivuori 2020-02-25 22:03:47 +02:00 committed by Andreas Kling
parent 712e7102b0
commit 22259bf85d
9 changed files with 85 additions and 87 deletions

View 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,