premier wagon nettoyé

This commit is contained in:
Tonton Th
2024-12-31 14:43:41 +01:00
parent f401bd432d
commit 13838b582e
2 changed files with 48 additions and 53 deletions

View File

@@ -20,13 +20,23 @@
#declare RND = seed(42);
#declare FADE_DIST = 2.0;
#declare FADE_POWA = 2.0;
/* ------------------------------------------------------------ */
/* il nous faut quelques textures 'standards' */
#declare Orange_Corail = texture
{
pigment { color Orange }
normal { dents 0.22 scale 0.42 }
normal { dents 0.42 scale 0.042 }
finish { phong 0.5 }
}
#declare Jaune_Corail = texture
{
pigment { color Yellow }
normal { dents 0.32 scale 0.242 }
finish { phong 0.5 }
}
@@ -36,7 +46,6 @@ finish { phong 0.5 }
pigment { color Green }
normal { bumps 0.22 scale 0.42 }
finish { phong 0.5 }
}
#declare Rouge_Train_1 = texture
@@ -50,7 +59,7 @@ finish { phong 0.5 }
#declare Texture_Roues = texture
{
pigment { color LightSteelBlue }
finish { phong 0.5 }
finish { specular 0.5 }
}
#declare Texture_Chassis = texture