pfeueue...
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#declare Texture_Chassis = texture
|
||||
{
|
||||
pigment { color Yellow }
|
||||
finish { phong 0.6 ambient 0.4 }
|
||||
finish { phong 0.5 ambient 0.4 }
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------
|
||||
@@ -105,7 +105,7 @@ union {
|
||||
#declare Chassis_Court = object
|
||||
{
|
||||
union {
|
||||
box { <-3.5, 0, -12>, <3.5, 2, 12> }
|
||||
box { <-3.5, 0.2, -12>, <3.5, 1.8, 12> }
|
||||
box { <-3.6, 0.7, -12.5>, <3.6, 1.3, 12.5> }
|
||||
}
|
||||
translate y*4.1
|
||||
@@ -115,7 +115,7 @@ texture { Texture_Chassis }
|
||||
#declare Chassis_Long = object
|
||||
{
|
||||
union {
|
||||
box { <-3.5, 0, -15.5>, <3.5, 2, 15.5> }
|
||||
box { <-3.5, 0.2, -15.5>, <3.5, 1.8, 15.5> }
|
||||
box { <-4, 0.5, -16>, <4, 1.5, 16> }
|
||||
}
|
||||
translate y*4.1
|
||||
|
||||
Reference in New Issue
Block a user