Add more configs and implement weird power map thing
This commit is contained in:
31
config.h
31
config.h
@@ -44,7 +44,34 @@
|
||||
//#define POWRATE 0.0001
|
||||
//#define ZOOMRATE 0.0003
|
||||
|
||||
// Complex power Mandelbrot
|
||||
// Cool tendril stuff (complex power)
|
||||
//#define SS 4
|
||||
//#define CPOW_DTHETA 0.000
|
||||
//#define MAXMAG 100.0
|
||||
//#define CENTRE_RE -0.84880415
|
||||
//#define CENTRE_IM 0.03921157
|
||||
//#define CPOW_START_RE 1.96550429
|
||||
//#define CPOW_START_IM 0.36985874
|
||||
//#define ZOOMRATE 0.01
|
||||
|
||||
// ??
|
||||
//#define SS 4
|
||||
//#define THING
|
||||
//#define JULIA_C_RE -0.9999999506519784
|
||||
//#define JULIA_C_IM 3.141592601914583e-4
|
||||
//#define JULIA_DTHETA 0.00001
|
||||
//#define MAXMAG 100.0
|
||||
//#define STARTSCALE 4
|
||||
//#define ZOOMRATE 0.01
|
||||
|
||||
// Funky complex power julia set
|
||||
#define SS 4
|
||||
#define CPOW_DTHETA 0.01
|
||||
#define JULIA
|
||||
#define JULIA_C_RE -0.010
|
||||
#define JULIA_C_IM 0.285
|
||||
#define JULIA_DTHETA 0.0001
|
||||
#define CPOW_START_RE 0.0
|
||||
#define CPOW_START_IM 2.0
|
||||
#define CPOW_DTHETA 0.0001
|
||||
#define MAXMAG 100.0
|
||||
#define STARTSCALE 1
|
||||
|
||||
Reference in New Issue
Block a user