Skip to content

Commit

Permalink
Shading added to epsilon cross bailout algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
dbyrne committed Mar 6, 2010
1 parent 5eacad9 commit 4f03100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native-src/FractalMath/FractalMath.c
Expand Up @@ -231,7 +231,7 @@ JNIEXPORT jintArray JNICALL Java_byrne_fractal_NativeLib_getFractalRow
}
} else if (alg == 5) { //Omega cross bailout
lessThanMax = 1;
mu = index;
mu = index - (epsilonCrossDist(x,y)/.002);
} else {
break;
}
Expand Down

0 comments on commit 4f03100

Please sign in to comment.