Increase MAX_ITER in camera

This commit is contained in:
2025-09-23 15:36:08 +01:00
parent 61f9ec7642
commit e407090152

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