POV-Ray : Newsgroups : povray.advanced-users : function pigment problems : Re: function pigment problems Server Time
5 Jul 2024 15:44:50 EDT (-0400)
  Re: function pigment problems  
From: Slime
Date: 17 Dec 2007 04:38:48
Message: <476643a8$1@news.povray.org>
pigment {
     function { Fn(x, y, z) / 1000 }
     color_map {
       [ 0 color Color1 ]
       [ 1 color Color2 * 1000 ]
     }
   }

I'm not sure I completely understand your process but this might at least
set you on the right track. The 1000 can be as large as it needs to be.

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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