shuffling textures

This commit is contained in:
le vieux 2021-03-23 10:09:22 +01:00
parent 2a983b8335
commit e4df9e1299
2 changed files with 14 additions and 11 deletions

View File

@ -40,6 +40,19 @@
finish { phong 0.5 }
}
#declare Texture_Roues = texture
{
pigment { color LightSteelBlue }
finish { phong 0.7 }
}
#declare Texture_Chassis = texture
{
pigment { color Yellow }
finish { phong 0.5 ambient 0.4 }
}
/* ------------------------------------------------------------ */
#end // #ifdef

View File

@ -5,17 +5,7 @@
*/
//-----------------------------------------------------------------
#declare Texture_Roues = texture
{
pigment { color LightSteelBlue }
finish { phong 0.7 }
}
#declare Texture_Chassis = texture
{
pigment { color Yellow }
finish { phong 0.5 ambient 0.4 }
}
#include "incs/constantes.inc"
//-----------------------------------------------------------------