POV-Ray : Newsgroups : povray.binaries.images : TBTFH 2018 status Server Time
3 May 2024 08:41:00 EDT (-0400)
  TBTFH 2018 status (Message 21 to 25 of 25)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: jr
Subject: Re: TBTFH 2018 status
Date: 9 Sep 2018 12:55:01
Message: <web.5b954f4fabd6e8dbb0d4fc1e0@news.povray.org>
hi,

clipka <ano### [at] anonymousorg> wrote:
> Am 08.09.2018 um 13:45 schrieb jr:
> > now I would like to find out how to increase the translucence of the rhomboids.
>
> Are you aiming for semi-transparency or diffuse translucency?

translucent I guess.  I replaced (in BGimeno's code) the rgb colour returned
from  the CW_angle macro with a rgbt (with fixed .45 transmit, see image) but
that results in increased transparency.  the effect I'd like to achieve is more
like very, very thin mother-of-pearl.


regards, jr.


Post a reply to this message


Attachments:
Download 'snip.png' (349 KB)

Preview of image 'snip.png'
snip.png


 

From: jr
Subject: Re: TBTFH 2018 status
Date: 9 Sep 2018 13:00:01
Message: <web.5b955088abd6e8dbb0d4fc1e0@news.povray.org>
hi,

"B. Gimeno" <nomail@nomail> wrote:
> > now I would like to find out how to increase the translucence of the rhomboids.
> >
> > regards, jr.
>
> Look in the last line of the CW_angle macro, I deactivated the values
> ​​of transparency and filters to avoid warning messages.
> The code is a little clumsy and needs many fixes to avoid duplicate code here
> and there. Patience.

thanks.  I put a '#debug concat' inside the macro and found that both filter +
transmit stayed at 0.0 throughout.  that led me to use a (fixed) transmit value
as part of a 'rgbt' colour.  see reply to clipka for image.

> BGimeno
>
> Pd. Don't call them rhomboids, they are squares subjected to great tension. Very
> sensitive polygons.

:-)  "square" too is full of connotations, how about "retro oblong"?  ;-)


regards, jr.


Post a reply to this message

From: clipka
Subject: Re: TBTFH 2018 status
Date: 9 Sep 2018 13:08:41
Message: <5b955399$1@news.povray.org>
Am 09.09.2018 um 18:50 schrieb jr:
> hi,
> 
> clipka <ano### [at] anonymousorg> wrote:
>> Am 08.09.2018 um 13:45 schrieb jr:
>>> now I would like to find out how to increase the translucence of the rhomboids.
>>
>> Are you aiming for semi-transparency or diffuse translucency?
> 
> translucent I guess.  I replaced (in BGimeno's code) the rgb colour returned
> from  the CW_angle macro with a rgbt (with fixed .45 transmit, see image) but
> that results in increased transparency.  the effect I'd like to achieve is more
> like very, very thin mother-of-pearl.

Then - presuming your torus thingumajig is using non-solid geometry -
you want backside diffuse illumination, and maybe one or two more levels
of radiosity recursion.

To enable backside diffuse illumination, use the two-parameter version
of `diffuse`:

    finish { diffuse FRONT,BACK }

where FRONT is how much light is reflected to the illuminated side, and
BACK is how much light is transmittend to the other side. The sum should
be smaller than than 1.0 for realistic materials.


Post a reply to this message

From: Alain
Subject: Re: TBTFH 2018 status
Date: 10 Sep 2018 19:25:16
Message: <5b96fd5c@news.povray.org>
Le 18-09-09 à 13:08, clipka a écrit :
> Am 09.09.2018 um 18:50 schrieb jr:
>> hi,
>>
>> clipka <ano### [at] anonymousorg> wrote:
>>> Am 08.09.2018 um 13:45 schrieb jr:
>>>> now I would like to find out how to increase the translucence of the rhomboids.
>>>
>>> Are you aiming for semi-transparency or diffuse translucency?
>>
>> translucent I guess.  I replaced (in BGimeno's code) the rgb colour returned
>> from  the CW_angle macro with a rgbt (with fixed .45 transmit, see image) but
>> that results in increased transparency.  the effect I'd like to achieve is more
>> like very, very thin mother-of-pearl.
> 
> Then - presuming your torus thingumajig is using non-solid geometry -
> you want backside diffuse illumination, and maybe one or two more levels
> of radiosity recursion.
> 
> To enable backside diffuse illumination, use the two-parameter version
> of `diffuse`:
> 
>      finish { diffuse FRONT,BACK }
> 
> where FRONT is how much light is reflected to the illuminated side, and
> BACK is how much light is transmittend to the other side. The sum should
> be smaller than than 1.0 for realistic materials.
> 

For mother-of-pearl, you also need a fair amount of iridescence. Maybe 
something in the 0.4 .. 0.6 range.


Post a reply to this message

From: jr
Subject: Re: TBTFH 2018 status
Date: 11 Sep 2018 04:50:01
Message: <web.5b9780acabd6e8dbb0d4fc1e0@news.povray.org>
hi,

clipka <ano### [at] anonymousorg> wrote:
> Am 09.09.2018 um 18:50 schrieb jr:
> > ... like very, very thin mother-of-pearl.
>
> Then - presuming your torus thingumajig is using non-solid geometry -

"my" torus.  lol.  I would not be able to create anything like it -- if my life
depended on it.

> you want backside diffuse illumination, and maybe one or two more levels
> of radiosity recursion.
> To enable backside diffuse illumination, use the two-parameter version
> of `diffuse`:
>     finish { diffuse FRONT,BACK }
> where FRONT is how much light is reflected to the illuminated side, and
> BACK is how much light is transmittend to the other side. The sum should
> be smaller than than 1.0 for realistic materials.

only had one quick try so far (got a bit paranoid last night when the CPU temp



Alain <kua### [at] videotronca> wrote:
> For mother-of-pearl, you also need a fair amount of iridescence. Maybe
> something in the 0.4 .. 0.6 range.

thanks.  I'll add this "into the mix" next run.


regards, jr.


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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