POVRAY Raytracer Beschreibungen von Friedrich A. Lohmüller
    English Version

mapping Texturen "texture_map" - Beispiele

mapping - Texturierung mit Mustern.

Beispiel für
"pigment_map{...}":

Sample 1 pigment_map 640x480
cone{<0,0,0>,1.35,<0,2.00,0>,0 
 scale <1,0.6,1> translate<0.3,1.1,0.5>
 texture{ 
          pigment{ gradient<0,1,0> scale 0.25 turbulence 0.75
                   pigment_map{ [0.00 color Yellow filter 0.25 ]
                                [0.50 color Red]
                                [0.50 Candy_Cane scale 0.25
                                      translate <-2,-2,0>]
                                [0.80 color Clear ]
                                [1.00 color Clear ]
                              } // end of pigment_map
                 } // end of pigment
          normal {ripples 0.5 scale 0.01}
          finish {ambient 0.45 diffuse 0.55 phong 1}
         }// end of texture --------------------------------------
  }// end of cone 


mapping Texturen "texture_map" - Beispiele

© 2001 Friedrich A.Lohmüller,   (legacy email redacted)