|
|
|
|
|
|
| |
| |
|
|
From: William F Pokorny
Subject: Density_pattern (df3). Proposed interpolations, documentation & macros.
Date: 18 Aug 2016 14:20:03
Message: <57b5fc53$1@news.povray.org>
|
|
|
| |
| |
|
|
For the past few months I've been working on updates to the density_file
pattern. Gotten to the place where I'd appreciate some review - testing
of the code branch if you have time.
The proposed new density_file/df3 documentation can be found at:
http://wiki.povray.org/content/User:Wfpokorny/DensityFile
I'll attach a couple teaser images & there are others part in the
documentation.
Bill P.
Post a reply to this message
Attachments:
Download 'blackholeflower.jpg' (71 KB)
Download 'functiontodf3shapes.jpg' (130 KB)
Preview of image 'blackholeflower.jpg'
Preview of image 'functiontodf3shapes.jpg'
|
|
| |
| |
|
|
From: clipka
Subject: Re: Density_pattern (df3). Proposed interpolations, documentation ¯os.
Date: 18 Aug 2016 15:37:06
Message: <57b60e62$1@news.povray.org>
|
|
|
| |
| |
|
|
Am 18.08.2016 um 20:20 schrieb William F Pokorny:
> For the past few months I've been working on updates to the density_file
> pattern. Gotten to the place where I'd appreciate some review - testing
> of the code branch if you have time.
Folks,
while I doubt that the update will make it into official POV-Ray soon, I
do value William's initiative, and personally second his request for
testing.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
William F Pokorny <ano### [at] anonymousorg> wrote:
> For the past few months I've been working on updates to the density_file
> pattern. Gotten to the place where I'd appreciate some review - testing
> of the code branch if you have time.
>
> The proposed new density_file/df3 documentation can be found at:
>
> http://wiki.povray.org/content/User:Wfpokorny/DensityFile
>
> I'll attach a couple teaser images & there are others part in the
> documentation.
>
> Bill P.
Is there a windows build somewhere?
Post a reply to this message
|
|
| |
| |
|
|
From: William F Pokorny
Subject: Re: Density_pattern (df3). Proposed interpolations, documentation & macros.
Date: 19 Aug 2016 08:21:03
Message: <57b6f9af$1@news.povray.org>
|
|
|
| |
| |
|
|
On 08/19/2016 04:35 AM, Mr wrote:
> William F Pokorny <ano### [at] anonymousorg> wrote:
>> For the past few months I've been working on updates to the density_file
>> pattern. Gotten to the place where I'd appreciate some review - testing
>> of the code branch if you have time.
>>
>> The proposed new density_file/df3 documentation can be found at:
>>
>> http://wiki.povray.org/content/User:Wfpokorny/DensityFile
>>
>> I'll attach a couple teaser images & there are others part in the
>> documentation.
>>
>> Bill P.
>
> Is there a windows build somewhere?
>
Unfortunately I run on linux and I'm not in a position to offer one.
The proposed updates come on three fronts:
1) New interpolation modes. Centering of existing 1 & 2 modes. Some
performance tuning in mostly moving some checking to the parsing phase.
2) Better df3/density file documentation.
3) Additional include macros to flush out the df3 support Christoph
started with the ARRAYS_WriteDF3 macro added to 3.7.0.
Only (1) strictly requires the new build to test.
Much of what is documented in the wiki pages applies to current releases
and I intentionally wrote the include file updates so they work with
3.7.0 and later.
The macros include, arraycoupleddf3s.inc, can be found in the
documentation at:
http://wiki.povray.org/content/User:Wfpokorny/DensityFilearraycoupleddf3s
and these macros can be used with the current interpolation types of 0,1
and 2.
Bill P.
Post a reply to this message
|
|
| |
| |
|
|
From: clipka
Subject: Re: Density_pattern (df3). Proposed interpolations, documentation ¯os.
Date: 19 Aug 2016 14:12:33
Message: <57b74c11$1@news.povray.org>
|
|
|
| |
| |
|
|
Am 19.08.2016 um 14:21 schrieb William F Pokorny:
> 3) Additional include macros to flush out the df3 support Christoph
> started with the ARRAYS_WriteDF3 macro added to 3.7.0.
(I presume you mean "flesh out"?)
Post a reply to this message
|
|
| |
| |
|
|
From: William F Pokorny
Subject: Re: Density_pattern (df3). Proposed interpolations, documentation¯os.
Date: 20 Aug 2016 06:44:01
Message: <57b83471$1@news.povray.org>
|
|
|
| |
| |
|
|
On 08/19/2016 02:12 PM, clipka wrote:
> Am 19.08.2016 um 14:21 schrieb William F Pokorny:
>
>> 3) Additional include macros to flush out the df3 support Christoph
>> started with the ARRAYS_WriteDF3 macro added to 3.7.0.
>
> (I presume you mean "flesh out"?)
>
:-) Yes, let us hope.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |