POV-Ray : Newsgroups : povray.binaries.images : Dakota Red Granite macro - beta #1 Server Time
28 Mar 2024 04:21:51 EDT (-0400)
  Dakota Red Granite macro - beta #1 (Message 1 to 10 of 12)  
Goto Latest 10 Messages Next 2 Messages >>>
From: Thomas de Groot
Subject: Dakota Red Granite macro - beta #1
Date: 14 May 2021 08:20:15
Message: <609e6aff@news.povray.org>
I guess we should discuss the macro here, as images will be important items.

The macro can be found in p.b.s-f

-- 
Thomas


Post a reply to this message

From: jr
Subject: Re: Dakota Red Granite macro - beta #1
Date: 14 May 2021 17:40:00
Message: <web.609eede11aaf84079819d986cde94f1@news.povray.org>
hi,

Thomas de Groot <tho### [at] degrootorg> wrote:
> I guess we should discuss the macro here, as images will be important items.
>
> The macro can be found in p.b.s-f

had a brief first look.  it will be difficult to discuss fully, in isolation, I
guess, because various prefixes imply a place in a greater schema.  one
immediate thing though is comments within the macro code/body, I have learned
from 'Foreach()' that moving comments out of the code does improve performance.


regards, jr.


Post a reply to this message

From: Thomas de Groot
Subject: Re: Dakota Red Granite macro - beta #1
Date: 15 May 2021 02:09:38
Message: <609f65a2$1@news.povray.org>
Op 14/05/2021 om 23:38 schreef jr:
> hi,
> 
> Thomas de Groot <tho### [at] degrootorg> wrote:
>> I guess we should discuss the macro here, as images will be important items.
>>
>> The macro can be found in p.b.s-f
> 
> had a brief first look.  it will be difficult to discuss fully, in isolation, I
> guess, because various prefixes imply a place in a greater schema.  one
> immediate thing though is comments within the macro code/body, I have learned
> from 'Foreach()' that moving comments out of the code does improve performance.
> 
About the comments: yes I guess you are right; moving them should be 
done indeed /before/ the final version and included into the Docs file. 
Noted.

-- 
Thomas


Post a reply to this message

From: Thomas de Groot
Subject: Re: Dakota Red Granite macro - beta #1.1
Date: 15 May 2021 02:25:40
Message: <609f6964$1@news.povray.org>
Op 14/05/2021 om 14:20 schreef Thomas de Groot:
> The macro can be found in p.b.s-f
> 
Already the first corrections implemented! Beta #1.1 has been uploaded.

-- 
Thomas


Post a reply to this message

From: Thomas de Groot
Subject: Re: Dakota Red Granite macro - beta #1
Date: 15 May 2021 02:42:17
Message: <609f6d49$1@news.povray.org>
Op 14/05/2021 om 23:38 schreef jr:
> had a brief first look.  it will be difficult to discuss fully, in isolation, I
> guess, because various prefixes imply a place in a greater schema.  one
> immediate thing though is comments within the macro code/body, I have learned
> from 'Foreach()' that moving comments out of the code does improve performance.
> 
My idea is/was that users simply try the different possibilities in 
their own environment, primarily for usefulness in their own scenes, 
like Dave Blandston has done. I guess that questions about the 
/structure/ will come automatically, like yours about the "greater 
scheme" (short answer: there isn't!). Those will probably lead to, e.g., 
name simplifications.

-- 
Thomas


Post a reply to this message

From: jr
Subject: Re: Dakota Red Granite macro - beta #1.1
Date: 15 May 2021 12:35:00
Message: <web.609ff7f2581f2f6879819d986cde94f1@news.povray.org>
hi,

Thomas de Groot <tho### [at] degrootorg> wrote:
> Op 14/05/2021 om 14:20 schreef Thomas de Groot:
>> The macro can be found in p.b.s-f
> Already the first corrections implemented! Beta #1.1 has been uploaded.

grabbed an old (comparison) scene, just for a quick test, hope to find time (and
a more interesting shape) to begin explore (some of) the settings.  the
animation is just over the 5M limit, so have attached a frame.

on the first run the alpha.10064268 crashed at frame #46, something about a
doubly-linked list, but re-running with 'script' didn't reproduce.

fwiw, needed to add a second light source because I thought the image a little
dark, that quadrupled the per frame render time.  :-)


regards, jr


Post a reply to this message


Attachments:
Download 'icosa_anim_07.png' (352 KB)

Preview of image 'icosa_anim_07.png'
icosa_anim_07.png


 

From: Thomas de Groot
Subject: Re: Dakota Red Granite macro - beta #1.1
Date: 16 May 2021 02:31:22
Message: <60a0bc3a$1@news.povray.org>
Op 15/05/2021 om 18:33 schreef jr:
> hi,
> 
> Thomas de Groot <tho### [at] degrootorg> wrote:
>> Op 14/05/2021 om 14:20 schreef Thomas de Groot:
>>> The macro can be found in p.b.s-f
>> Already the first corrections implemented! Beta #1.1 has been uploaded.
> 
> grabbed an old (comparison) scene, just for a quick test, hope to find time (and
> a more interesting shape) to begin explore (some of) the settings.  the
> animation is just over the 5M limit, so have attached a frame.
> 
This looks very good indeed! The objects look smooth and a bit rough at 
the same time: the normals do their job as they should!

> on the first run the alpha.10064268 crashed at frame #46, something about a
> doubly-linked list, but re-running with 'script' didn't reproduce.
> 
> fwiw, needed to add a second light source because I thought the image a little
> dark, that quadrupled the per frame render time.  :-)
> 
That could be expected indeed. The macro is not very animation-friendly :-)

> 
> regards, jr
> 


-- 
Thomas


Post a reply to this message

From: jr
Subject: Re: Dakota Red Granite macro - beta #1.1
Date: 16 May 2021 06:50:00
Message: <web.60a0f7e3581f2f6879819d986cde94f1@news.povray.org>
hi,

Thomas de Groot <tho### [at] degrootorg> wrote:
> Op 15/05/2021 om 18:33 schreef jr:
> > ...
> > a more interesting shape) to begin explore (some of) the settings.  ...
>
> This looks very good indeed! The objects look smooth and a bit rough at
> the same time: the normals do their job as they should!

thanks.  not my doing.  :-)  both objs textured with your default.


> > fwiw, needed to add a second light source because I thought the image a little
> > dark, that quadrupled the per frame render time.  :-)
> >
> That could be expected indeed. The macro is not very animation-friendly :-)

still, a massive increase, and, for me ("numpty") an unexpected "surprise".
perhaps a sentence or two in the documentation, regarding the .. sensitivity to
the environment.


regards, jr.


Post a reply to this message

From: Thomas de Groot
Subject: Re: Dakota Red Granite macro - beta #1.1
Date: 16 May 2021 07:43:08
Message: <60a1054c$1@news.povray.org>
Op 16-5-2021 om 12:45 schreef jr:
> hi,
> 
> Thomas de Groot <tho### [at] degrootorg> wrote:
>> Op 15/05/2021 om 18:33 schreef jr:
>>> ...
>>> a more interesting shape) to begin explore (some of) the settings.  ...
>>
>> This looks very good indeed! The objects look smooth and a bit rough at
>> the same time: the normals do their job as they should!
> 
> thanks.  not my doing.  :-)  both objs textured with your default.
> 
> 
>>> fwiw, needed to add a second light source because I thought the image a little
>>> dark, that quadrupled the per frame render time.  :-)
>>>
>> That could be expected indeed. The macro is not very animation-friendly :-)
> 
> still, a massive increase, and, for me ("numpty") an unexpected "surprise".
> perhaps a sentence or two in the documentation, regarding the .. sensitivity to
> the environment.
> 
I am just thinking aloud here, but I wonder /what/ makes the render time 
quadruple? I shall make some test on my side too, because I don not 
entirely understand the phenomenon.

-- 
Thomas


Post a reply to this message

From: jr
Subject: Re: Dakota Red Granite macro - beta #1.1
Date: 16 May 2021 08:20:00
Message: <web.60a10de4581f2f6879819d986cde94f1@news.povray.org>
hi,

Thomas de Groot <tho### [at] degrootorg> wrote:
> ...
> I am just thinking aloud here, but I wonder /what/ makes the render time
> quadruple? I shall make some test on my side too, because I don not
> entirely understand the phenomenon.

no idea whether this info is any help.  the scene was, apart from added
light_source, the same.  both objects are a 'mesh2' type, the one on the right
with ("weighted average") normal_vectors.


regards, jr.


Post a reply to this message

Goto Latest 10 Messages Next 2 Messages >>>

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