Joshua Moerman
15 years ago
3 changed files with 111 additions and 111 deletions
@ -1,15 +1,15 @@ |
|||
|
|||
|
|||
//TODO: do this with files
|
|||
#define ATTRACTOR_FILE "attractors/testPolynomial.stf" |
|||
#define ATTRACTOR_FILE "attractors/testLorenz.stf" |
|||
|
|||
#ifdef UNI_BUILD |
|||
#warning Building for the RU, are you sure? |
|||
#define WIDTH 8000 |
|||
#define HEIGHT 8000 |
|||
#define ITERATIONS 800000000 |
|||
#define ITERATIONS 4200000000 |
|||
#else |
|||
#define WIDTH 800 |
|||
#define HEIGHT 800 |
|||
#define ITERATIONS 200000 |
|||
#define ITERATIONS 20000000 |
|||
#endif |
|||
|
Reference in new issue