POV-Ray : Newsgroups : povray.binaries.scene-files : DF3 Proximity Macro 0.95 - Source and Example Server Time
1 Jun 2024 14:00:50 EDT (-0400)
  DF3 Proximity Macro 0.95 - Source and Example (Message 1 to 4 of 4)  
From: Edouard
Subject: DF3 Proximity Macro 0.95 - Source and Example
Date: 9 Sep 2009 19:45:01
Message: <web.4aa83da6644725b3c83e2c410@news.povray.org>
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.

Cheers,
Edouard.


Post a reply to this message


Attachments:
Download 'df3prox-0.95.zip' (8 KB)

From: Thomas de Groot
Subject: Re: DF3 Proximity Macro 0.95 - Source and Example
Date: 10 Sep 2009 03:51:45
Message: <4aa8b011$1@news.povray.org>
"Edouard" <pov### [at] edouardinfo> schreef in bericht 
news:web.4aa83da6644725b3c83e2c410@news.povray.org...
> 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.
>


Right! I got some work to do now it seems.. :-)

Thanks a lot Edouard!!!

Thomas


Post a reply to this message

From: Edouard
Subject: Re: DF3 Proximity Macro 0.95 - Source and Example
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

From: P Brewer
Subject: Re: DF3 Proximity Macro 0.95 - Source and Example
Date: 11 Sep 2009 08:10:01
Message: <web.4aaa3d016b316fd83653e1bc0@news.povray.org>
Edouard,

I spent last night playing with this and I really appreciate all of your hard
work.

I am having problems getting the df3 to separate finer features (think edges
around an embossed logo). Do you have any tips that I could try out? Would
using more voxels help me out? Or can I tweak the feature size that it
recognizes?

Thanks!

Phil


Post a reply to this message

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