POV-Ray : Newsgroups : povray.beta-test : Feature under development: Transparency-based knockout of highlights & reflection. Server Time
28 Mar 2024 17:00:07 EDT (-0400)
  Feature under development: Transparency-based knockout of highlights & reflection. (Message 1 to 3 of 3)  
From: clipka
Subject: Feature under development: Transparency-based knockout of highlights & reflection.
Date: 19 Nov 2016 18:04:54
Message: <5830da96$1@news.povray.org>
Request for testing and comments on the syntax:

    finish {
      ...
      use_alpha on
    }

will cause highlights and reflections to be suppressed where the pigment
is transparent. May be useful in layered textures as well as otherwise.


Windows binaries and source code can be found on GitHub:

https://github.com/POV-Ray/povray/releases/tag/v3.7.1-x.knockout.8881807


Post a reply to this message

From: omniverse
Subject: Re: Feature under development: Transparency-based knockout of highlights & =
Date: 20 Nov 2016 01:50:00
Message: <web.583146c74c52ef819c5d6c810@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> Request for testing and comments on the syntax:
>
>     finish {
>       ...
>       use_alpha on
>     }
>
> will cause highlights and reflections to be suppressed where the pigment
> is transparent. May be useful in layered textures as well as otherwise.

Gave this a try with single texture and again with one added layer.

Looks like fresnel, in finish and/or reflection, ignores specular highlights
entirely for the finish involved. A base texture without use_alpha remains okay.
Should that be the case?

Also filter+transmit=1, but that's to be expected.


Post a reply to this message

From: omniverse
Subject: Re: Feature under development: Transparency-based knockout of highlights & =
Date: 20 Nov 2016 03:10:07
Message: <web.58315988b8b95ca39c5d6c810@news.povray.org>
"omniverse" <omn### [at] charternet> wrote:
>
> Looks like fresnel, in finish and/or reflection, ignores specular highlights
> entirely for the finish involved.

Nevermind! Sorry. In my haste I neglected to put interior ior (and a
sufficiently large ior value) to see what was happening.

Thought fresnel in finish was highlightless before doing that. Seems to be good
now.

Bob


Post a reply to this message

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