estimated time implementiert. Bild weist schwarze artefakte auf

This commit is contained in:
any
2026-08-29 01:31:10 +02:00
parent 09d2587ef2
commit 5dd39a360e
4 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
#include "helper.h"
#include <math.h>
#define epsilon 1e-8
#define RAYSPERPIXEL 100
#define lightBounces 6
#define RAYSPERPIXEL 400
#define lightBounces 16
#define GLOBALILLUMINATION 0.3
enum objectType {
SPHERETYPE,