|
English Italiano Deutsch |
|
Page d'Accueil - Conception de Surface - Coleurs et Textures Index Syntaxe de texture Couleurs do-it-yourself Motifs - Patterns Listes de Motifs Warps - warp mapping uv_mapping Mapping - méthodes de 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 Superpositions Votre textures |
Exemple
|
|
sphere{<0,0,0>,1.0 scale <1,0.8,1> translate<0,1.5,0>
texture{ average turbulence 0.75
texture_map{
[5 Peel scale 0.25 translate<-30,-30,-30> ]
[1 Polished_Chrome
normal{bumps 1.5 scale 0.05} ]
[3 pigment{ color rgb<1,0.8,0> filter 0.7}
finish { diffuse 0.9 phong 0.5}]
} // end of texture_map
scale 1.5} // end of texture
} // end of sphere ------------------------------------- |