gutes licht und man sieht shading. schwarze streifen bei Kante von cornellbox muessengefixt werden

This commit is contained in:
any
2026-08-26 18:01:36 +02:00
parent 586758c1e8
commit 3d1cb713f2
3 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

+2 -2
View File
@@ -7,9 +7,9 @@
#include "helper.h" #include "helper.h"
#include <math.h> #include <math.h>
#define epsilon 1e-8 #define epsilon 1e-8
#define RAYSPERPIXEL 10 #define RAYSPERPIXEL 100
#define lightBounces 5 #define lightBounces 5
#define GLOBALILLUMINATION 0.4 #define GLOBALILLUMINATION 0.3
enum objectType { enum objectType {
SPHERETYPE, SPHERETYPE,
QUADTYPE QUADTYPE
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB