|
|
Celeron 466Mhz 256MB
WinXP Pro
3.5 RC6
The example isosurface in section 2.6.4 "Isosurface and Parametric
Objects" is still using the ^ operator which has now been removed. The
function statement should say either
function { sqrt( pow(x,2) + pow(y,2) + pow(z,2) ) - 1 }
or maybe
function { sqrt( x*x + y*y + z*z ) - 1 }
Cheers,
Scott
Post a reply to this message
|
|
|
|
On Thu, 13 Jun 2002 14:11:13 +0100, Scott Moore <sdm### [at] zoomcouk> wrote:
> The example isosurface in section 2.6.4 "Isosurface and Parametric
> Objects" is still using the ^ operator which has now been removed. The
> function statement should say either
The same appear for 3.6.3.3 and 3.6.3.5 chapters including "blobbing"
functions.
ABX
Post a reply to this message
|
|