POV-Ray : Newsgroups : povray.unofficial.patches : pattern & texturing : pattern & texturing Server Time
2 Sep 2024 08:18:21 EDT (-0400)
  pattern & texturing  
From: ingo
Date: 10 Mar 2000 15:09:12
Message: <8EF3D3D87seed7@204.213.191.228>
height_field {
   pattern 200,200 {
      hf_gray_16
      wrinkles
      scale 0.1
      color_map {
         [0  , rgb 0]
         [0.4, rgb 0.4]
      }
   }
   translate -0.5
   rotate <-90,0,0>
   scale <20,20,2>
   pigment {    
      wrinkles
      scale 0.1
      color_map {
         [0  , rgb 0.5]
         [0.4, rgb 0.5]
         [0.4, rgb 1]
      }

What transformations do I need put here, to make the pigment exactly match 
the heightfield?
         
   }
}

Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

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