start of cleanup

This commit is contained in:
Tonton Th
2024-12-30 04:41:51 +01:00
parent 11741fd72e
commit d0edb79cb6
5 changed files with 24 additions and 18 deletions

View File

@@ -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