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.
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
"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.
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