pfeueue...

This commit is contained in:
le vieux
2021-03-23 09:55:20 +01:00
parent 40f7b689db
commit 2a983b8335
9 changed files with 52 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
#ifdef(Jouets_Constantes)
// do nothing
#error "constantes deja definies\n"
#warning "*** constantes deja definies\n"
#else
#declare Jouets_Constantes=version;
@@ -23,6 +23,23 @@
/* ------------------------------------------------------------ */
/* il nous faut quelques textures 'standards' */
#declare Vert_Train_1 = texture
{
// pour la benne
pigment { color Green }
normal { bumps 0.33 scale 0.42 }
finish { phong 0.5 }
}
#declare Rouge_Train_1 = texture
{
// pour la citerne
pigment { color rgb <0.96, 0.25, 0.2> }
normal { bumps 0.33 scale 0.42 }
finish { phong 0.5 }
}
/* ------------------------------------------------------------ */
#end // #ifdef