POV-Ray : Newsgroups : povray.advanced-users : Pattern-Arithmetics : Re: Pattern-Arithmetics Server Time
29 Jul 2024 22:25:43 EDT (-0400)
  Re: Pattern-Arithmetics  
From: Daniel Schwen
Date: 8 Nov 2000 20:24:29
Message: <3a09fccd$1@news.povray.org>
> Just put the function in as a pattern, no syntax changes are needed.

That leaves me with one problem. The functionvalues are taken modulo 1, but
with several interfering waves I might get 'overexposures' on my
'photographic plate' which I don't want to warp back in intensity, but keep
white.
if(pattern>1) pattern=1
if(pattern<0) pattern=0
Would it be hard to implement a keyword like 'no_modulo' for the pigments?


Post a reply to this message

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