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