pfeueue...
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user