POV-Ray : Newsgroups : povray.advanced-users : output an octree file : Re: output an octree file Server Time
1 Jul 2024 05:58:01 EDT (-0400)
  Re: output an octree file  
From: Christian Froeschlin
Date: 31 Aug 2010 18:28:58
Message: <4c7d822a$1@news.povray.org>
Sven Geier wrote:

> with the cursor sitting on the object identifier "letters" in the "inside()"
> function. So apparently "inside()" doesn't actually accept an object reference
> as an argument

I think the problem is that parsing function { ... }
blocks is rather restricted, so it may not be possible
to use inside() there. If you try something like

#if (inside(O,P))
   ...
#else
   ...
#end

it should work.


Post a reply to this message

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