Descrizioni ed esempi per POV-Ray di Friedrich A. Lohmüller
Design di Superfici con "texture" in POV-Ray -
English English English
Français français
Deutsch Deutsch

Home
- POV-Ray Tutorial

  Design di Superfici
  - Colori e Texture
    Index

    Sintassi di texture
    Testure pronto per l'uso
    Colori Do-it-yourself
    Motivi - patterns
    Liste di motivi
    Warps
    uv_mapping
    Mapping
    - metodi di mapping
    - color_map{...}
    - pigment_map{...}
    - texture_map{...}
    - normal_map{...}
    - average
   > material_map{...}
    - image_map {...}
    - image_map+gif 1
    - image_map+gif 2
    - image_map+gamma
    - bump_map{ ... }
    - transparency maps 1
    - transparency maps 2
    - transparency maps 3
    Sovrapposizioni

    Vostre testure
 
                                           

"material_map{ ... }" - Mapping secondo motivi di immagini


material_map{ ... } crea una testura que usa testure differenti con il indice di colore di un immagine
con una gamma di colori (i.e. 256 color gif immagine)
nel piano xy di <0,0,0> a <1,1,0>. ( proiezione parallela in direzione z)


Sample "material_map":

Sample material_map 640x480

box{ <0,0,0>,< 1,1,1>
     scale 2 rotate<0,-20,0> translate<-0.5,0,0>
     texture{
          material_map {gif "plasma3.gif" // image file
          // (allowed are: iff, gif, tga, png, sys)
          map_type 0
          // Projection types:
          // 0=planar, 1=spherical, 2=cylindrical, 5=torus
          interpolate 2
          // Interpolation types: 0=none, 1=linear,
          // 2=bilinear, 4=normalized distance
          // [once] // optional -       // texture per
          texture { EMBWood1 scale 0.3 }// color index # 0
          texture { EMBWood1 scale 0.3 }// color index # 1
          texture { EMBWood1 scale 0.3 }// color index # 2
          texture { Polished_Chrome    }// color index # 3
          texture { Polished_Chrome    }// color index # 4
          texture { Polished_Chrome    }// color index # 5
          texture { pigment {Pine_Wood}}// color index # 6
          texture { pigment {Pine_Wood}}// color index # 7
          texture { pigment {Pine_Wood}}// color index # 8
          texture { pigment {Pine_Wood}}// color index # 9
          texture { pigment {Pine_Wood}}// color index # 10
          texture { pigment {Pine_Wood}}// color index # 11
          texture { pigment {Pine_Wood}}// color index # 12
          texture { pigment {Pine_Wood}}// color index # 13
          texture { pigment {Pine_Wood}}// color index # 14
          texture { pigment {Jade }    }// color index # 15
          // etc. etc. etc. ---
         } // end of material_map
       scale 1
      }// end of texture ----------------------------------
 }// end of sphere ------------------------------
top

© Friedrich A. Lohmüller, 2006
www.f-lohmueller.de