POV-Ray : Newsgroups : povray.unofficial.patches : Question about functions ??? : Re: Question about functions ??? Server Time
2 Sep 2024 06:18:33 EDT (-0400)
  Re: Question about functions ???  
From: Ron Parker
Date: 11 May 2000 14:42:32
Message: <slrn8hm0co.1vs.ron.parker@linux.parkerr.fwi.com>
On Wed, 10 May 2000 14:01:51 +0900, Y.Tanabe wrote:
>Thanks Mr.Ron
>
>I mean when the object confirm their actual Bounding Box Size.
>For example,"ridgedMF" calculate thier height by recursive calculating,I
>think.
>So "ridgedMF" use inside of #macro define,normaly macro returns value or
>object etc.,
>that time "ridgedMF" can return correct Bounding Box or not.
>The above point that I know.

min_extent and max_extent only return the size of the current bounding
box, which is not necessarily the smallest box that surrounds the object.
So your sample code is meaningless; it won't put any tighter bounds on the
object than already exist.  If your object is an isosurface, min_extent
and max_extent will likely return the bounding box of the contained_by
object or of the bounded_by object if one was specified.


-- 
Ron Parker   http://www2.fwi.com/~parkerr/traces.html
These are my opinions.  I do NOT speak for the POV-Team.


Post a reply to this message

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