Increase MAX_ITER in camera

This commit is contained in:
Camden Dixie O'Brien
2025-09-23 15:35:26 +01:00
parent 6c832324e2
commit 7299dff677

View File

@@ -13,7 +13,7 @@
#define M_PI 3.14159265258979323846264
#endif
#define MAX_ITER 10
#define MAX_ITER 200
#define MIN_T 1e-6
#define SAMPLE_STDDEV 0.333