Support complex powers of z
This commit is contained in:
19
config.h
19
config.h
@@ -6,13 +6,13 @@
|
||||
#define MAXITER 1000
|
||||
|
||||
// Pretty Julia set zoom
|
||||
#define SS 9
|
||||
#define JULIA
|
||||
#define JULIA_C_RE 0.285
|
||||
#define JULIA_C_IM 0.010
|
||||
#define CENTRE_RE -0.47353731
|
||||
#define CENTRE_IM -0.18894516
|
||||
#define ZOOMRATE 0.01
|
||||
//#define SS 9
|
||||
//#define JULIA
|
||||
//#define JULIA_C_RE 0.285
|
||||
//#define JULIA_C_IM 0.010
|
||||
//#define CENTRE_RE -0.47353731
|
||||
//#define CENTRE_IM -0.18894516
|
||||
//#define ZOOMRATE 0.01
|
||||
|
||||
// Cool zoomy swirly animated Julia set
|
||||
//#define SS 9
|
||||
@@ -43,3 +43,8 @@
|
||||
//#define JULIA_DTHETA -0.00002
|
||||
//#define POWRATE 0.0001
|
||||
//#define ZOOMRATE 0.0003
|
||||
|
||||
// Complex power Mandelbrot
|
||||
#define SS 4
|
||||
#define CPOW_DTHETA 0.01
|
||||
#define MAXMAG 100.0
|
||||
|
||||
Reference in New Issue
Block a user