POV-Ray : Newsgroups : povray.general : Possible interpolation bug : Re: Possible interpolation bug Server Time
29 Jul 2024 12:22:27 EDT (-0400)
  Re: Possible interpolation bug  
From: Zeger Knaepen
Date: 25 Jul 2011 02:29:01
Message: <4e2d0d2d$1@news.povray.org>
On 24/07/2011 23:05, Slime wrote:
>  > The pigment direcly applied shows white as expected so
>  > the problem may also be related to the function pattern.
>
> Perhaps the interpolation is resulting in values of 1.00000001 that are
> being wrapped around to 0.00000001.

ah, yes, that seems to be it :)

changing the pigment to
"
pigment {
   function {min(Function(x,y,z).red,1)}
}
"
solves it!

thanks :)


Post a reply to this message

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