We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccda5bb + 82c6d25 commit ba7a2aaCopy full SHA for ba7a2aa
1 file changed
examples/mandelbrot.psh
@@ -9,8 +9,8 @@ let HEIGHT = 480;
9
// The region of the complex plane to render
10
let RE_START = -2.0;
11
let RE_END = 1.0;
12
-let IM_START = -1.0;
13
-let IM_END = 1.0;
+let IM_START = -1.125;
+let IM_END = 1.125;
14
15
let MAX_ITER = 60;
16
0 commit comments