Browse Source

revert maxiterations

richal-scene-stuff
alistair 4 years ago
parent
commit
5677e82a9b
  1. 2
      camera.c

2
camera.c

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
#include "camera.h"
#define DRAW_DIST 255.0
#define MAX_ITERATIONS 25
#define MAX_ITERATIONS 255
#define EPSILON 0.1
#define NORMAL_EPSILON 0.0001

Loading…
Cancel
Save