start of cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
LES JOUETS DE TONTON TH
|
||||
LES POVJOUETS DE TONTON TH
|
||||
Quelque constantes utiles
|
||||
*/
|
||||
|
||||
@@ -23,11 +23,18 @@
|
||||
/* ------------------------------------------------------------ */
|
||||
/* il nous faut quelques textures 'standards' */
|
||||
|
||||
#declare Orange_Corail = texture
|
||||
{
|
||||
pigment { color Orange }
|
||||
normal { dents 0.22 scale 0.42 }
|
||||
finish { phong 0.5 }
|
||||
}
|
||||
|
||||
#declare Vert_Train_1 = texture
|
||||
{
|
||||
// pour la benne
|
||||
pigment { color Green }
|
||||
normal { bumps 0.33 scale 0.42 }
|
||||
normal { bumps 0.22 scale 0.42 }
|
||||
finish { phong 0.5 }
|
||||
|
||||
}
|
||||
@@ -43,7 +50,7 @@
|
||||
#declare Texture_Roues = texture
|
||||
{
|
||||
pigment { color LightSteelBlue }
|
||||
finish { phong 0.7 }
|
||||
finish { phong 0.5 }
|
||||
}
|
||||
|
||||
#declare Texture_Chassis = texture
|
||||
|
||||
Reference in New Issue
Block a user