POV-Ray : Newsgroups : povray.newusers : isosurface - inside : Re: isosurface - inside Server Time
4 Sep 2024 20:14:02 EDT (-0400)
  Re: isosurface - inside  
From: ABX
Date: 30 Aug 2002 02:15:49
Message: <083umu8qdb1gjq1o9nr1kjtlp0s93a3peq@4ax.com>
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

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