From b0998910dd974280b3c6f3f65e21bfd5859b117f Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 19 May 2020 16:46:13 +0200 Subject: Basic explorer with window resize, iterations change, moving around --- inc/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/config.h') diff --git a/inc/config.h b/inc/config.h index 4085dba..4ce9f2e 100644 --- a/inc/config.h +++ b/inc/config.h @@ -3,7 +3,8 @@ # define MANDEL_WINDOW_WIDTH 640 # define MANDEL_WINDOW_HEIGHT 480 - # define MANDEL_WINDOW_TITLE "Mandelbrot" +# define MANDEL_SURFACE_DEPTH 8 +# define MANDEL_ITERATIONS 20 #endif -- cgit