From 5d6b59778a7346317ddfc549c350c0960a7a54a7 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 20 May 2020 12:42:39 +0200 Subject: Added Smoothness and super sampling --- inc/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'inc/config.h') diff --git a/inc/config.h b/inc/config.h index 4ce9f2e..c336c51 100644 --- a/inc/config.h +++ b/inc/config.h @@ -4,7 +4,6 @@ # define MANDEL_WINDOW_WIDTH 640 # define MANDEL_WINDOW_HEIGHT 480 # define MANDEL_WINDOW_TITLE "Mandelbrot" -# define MANDEL_SURFACE_DEPTH 8 -# define MANDEL_ITERATIONS 20 +# define MANDEL_ITERATIONS 50 #endif -- cgit