|
CC-Fractal-Suite
|
Small object storing both the Fractal and the Transformation space info. More...
#include <COP2_Buddhabrot.h>
Public Attributes | |
| Mandelbrot | fractal |
| FractalSpace | space |
| UT_Lock | myLock |
| int | seed |
| fpreal | samples |
| bool | normalize |
| int | maxval |
| bool | displayreffractal |
Small object storing both the Fractal and the Transformation space info.
This is necessary because its values are copied to each tile, so the data within can be sourced a single time, but accessed many times across multiple threads without forcing const types. Also stores the lock used by the full-image filter cook
1.8.12