POV-Ray : Newsgroups : povray.beta-test : [doc] 2.6.4 ^ operator in example Server Time
29 Jul 2024 10:27:24 EDT (-0400)
  [doc] 2.6.4 ^ operator in example (Message 1 to 2 of 2)  
From: Scott Moore
Subject: [doc] 2.6.4 ^ operator in example
Date: 13 Jun 2002 09:10:59
Message: <436hgu840tnthe5l8jopg7rogb2ffnd4da@4ax.com>
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

From:
Subject: Re: [doc] 2.6.4 ^ operator in example
Date: 13 Jun 2002 09:16:58
Message: <rl6hgucgfnvhjqaub11k00mjfk2tt2u6pm@4ax.com>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.