|
|
On 29 Aug 2002 17:25:57 -0400, "Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote:
> #declare a = inside(objAnimal,0); // 1
>
> #declare objAnimal = isosurface { // 2
> function { x-inside(objAnimal,<x,y,z>) } // 3
>
> line (1) is parsed correctly (object objAnimal exist, it is defined etc...)
> but (3) returns error
nothing strange, look at http://www.povray.org/documentation/view/140/, where
is inside listed in user defined functions syntax ?
> how to fix it ?
with object pattern of course
ABX
Post a reply to this message
|
|