You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
367 B
16 lines
367 B
15 years ago
|
|
||
|
|
||
|
//TODO: do this with files
|
||
|
#define ATTRACTOR_FILE "attractors/testPolynomial.stf"
|
||
|
|
||
|
#ifdef UNI_BUILD
|
||
|
#warning Building for the RU, are you sure?
|
||
|
#define WIDTH 8000
|
||
|
#define HEIGHT 8000
|
||
|
#define ITERATIONS 800000000
|
||
|
#else
|
||
|
#define WIDTH 800
|
||
|
#define HEIGHT 800
|
||
|
#define ITERATIONS 200000
|
||
|
#endif
|