Playing with the function a bit:
#declare a = 100;
#declare b = 25;
isosurface {
function { sqrt(a*x*x + a*y*y + b*x*cos(z*2*pi) + b*y*sin(z*2*pi) ) / 10}
[...]
}
Post a reply to this message
Attachments:
Download 'iso-ifs.png' (39 KB)
Preview of image 'iso-ifs.png'
|