POV-Ray : Newsgroups : povray.general : Looking for a pigment_pattern technique : Looking for a pigment_pattern technique Server Time
2 Aug 2024 14:14:36 EDT (-0400)
  Looking for a pigment_pattern technique  
From: Josh English
Date: 1 Aug 2024 23:27:00
Message: <66ac5204$1@news.povray.org>
Many years ago there was an image of an ice floe done by a height_field 
generated by a pigment map, and some time in the past maybe 2 or 3 years 
ago of a road using the same technique. I am trying this technique and 
it is failing miserably.

My memory tells me it's something like this:

pigment {
       spherical
       pigment_map {
         #for(I,0,255,1)
           [ I bozo
               scale 0.1
               color_map {
                 [ I/255  Green ]
                 [ I/255  Red   ]
               }
           ]
         #end
       }
     }

but all this gives me is a red object.

Can anyone find the originals?

--Uncle Josh, who can't find things on the internet. (Seriously).


Post a reply to this message

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