;Incendia Script 1.0 ;An effect of the bool_sphere command ;the last parameter determines how the boolean operation is performed: ;inside: if the iterations falls inside of the sphere, the commands are executed ;outside: if the iterations falls outside of the sphere. the commands are executed ;remove the whole command to get a simple fractal rectangle ; tform probability 0.5000 scale 0.5 0.5 0.5 bool_sphere 0 0 0 1 inside translate 1 1 0 tform probability 0.5000 scale 0.5 0.5 0.5 translate -1 -1 0 tform probability 0.5000 scale 0.5 0.5 0.5 translate 1 -1 0 tform probability 0.5000 scale 0.5 0.5 0.5 translate -1 1 0