POV-Ray : Newsgroups : povray.binaries.images : A quick img : Re: A quick img Server Time
15 Aug 2024 22:28:20 EDT (-0400)
  Re: A quick img  
From: Coridon Henshaw
Date: 19 Apr 2002 16:07:44
Message: <Xns91F5A412DD7AAcsbhccse@204.213.191.226>
che### [at] sympaticoca (Coridon Henshaw) wrote in
news:Xns### [at] 204213191226: 

>                     [.125 color NegateVector (SideColor)]
>                     [1 color NegateVector (CenterColor)]

And you'll also need this:

#macro NegateVector (V)
<abs(1-V.x), abs(1-V.y), abs(1-V.z)>
#end


Post a reply to this message

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