POV-Ray : Newsgroups : povray.beta-test : More To Test : Re: More To Test Server Time
19 Apr 2024 06:21:52 EDT (-0400)
  Re: More To Test  
From: clipka
Date: 25 Nov 2016 10:37:00
Message: <58385a9c$1@news.povray.org>
Am 25.11.2016 um 15:29 schrieb Jim Holsenback:
> Warning: Float value promoted to full color vector where both filter and
> transmit >0.0.
> 
> #local OTO_FMask = function{ pattern{ pigment_pattern{ checker 0, 1
> warp{planar} } } }

This has to be considered a flaw in the include file: Instead of

    checker 0, 1

it should use

    checker rgb 0, rgb 1


Just specifying a bare scalar where a colour is expected will promote
the scalar to all colour channels, including both filter and transmit,
which is rarely intended.


Post a reply to this message

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