POV-Ray : Newsgroups : povray.binaries.scene-files : DF3 Proximity Macro 0.95 - Source and Example : Re: DF3 Proximity Macro 0.95 - Source and Example Server Time
18 Jun 2024 07:37:18 EDT (-0400)
  Re: DF3 Proximity Macro 0.95 - Source and Example  
From: Edouard
Date: 10 Sep 2009 06:40:00
Message: <web.4aa8d75f6b316fd8c83e2c410@news.povray.org>
"Edouard" <pov### [at] edouardinfo> wrote:
> New version of the API in which everything is more or less automatic.
>
> Still missing the ability to tweak the low level, internal parameters (although
> now there should be a lot less need to). Also missing is any docs.
>
> The example of been updated, and is hopefully a bit cleaner and easier to read.

Bugfix:

Change the following line in Proximity_CalculateTightestBoundingBox (about 12
lines in):
    #local zmax = max_extent( obj ).z - 100;
to
    #local zmax = max_extent( obj ).z;

Sorry!

Cheers,
Edouard.


Post a reply to this message

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