|
|
Hi,
there is a bug in the following function from the isosurface tutorial
section 3.6.3.3:
function { sqrt(pow(x,2)- + pow(z,2)) - 1 }
That should probably read
function { sqrt(pow(x,2) + pow(z,2)) - 1 }.
Sorry, if this was reported before.
Regards,
Marc-Hendrik
Post a reply to this message
|
|