adjust a texture
This commit is contained in:
parent
5c3a56bbef
commit
5de41466dd
@ -110,7 +110,7 @@ union {
|
|||||||
#end
|
#end
|
||||||
torus { R2, 0.0039 translate -0.08*y }
|
torus { R2, 0.0039 translate -0.08*y }
|
||||||
}
|
}
|
||||||
texture { T_Brass_1C scale 6.50 }
|
texture { GoldDark scale 6.50 }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------------------------------------------------------
|
/* ---------------------------------------------------------
|
||||||
@ -264,7 +264,7 @@ union {
|
|||||||
object { HexaCone_Body () }
|
object { HexaCone_Body () }
|
||||||
#local T = 0.55;
|
#local T = 0.55;
|
||||||
object { HexaCone_head () translate <0, 0, T+DTa> }
|
object { HexaCone_head () translate <0, 0, T+DTa> }
|
||||||
#if ( (rand(Rng1) > 0.27) )
|
#if ( (rand(Rng1) > 0.47) )
|
||||||
object { HexaCone_radar_A translate <0, T+0.18, 0> }
|
object { HexaCone_radar_A translate <0, T+0.18, 0> }
|
||||||
#else
|
#else
|
||||||
object { HexaCone_radar_B translate <0, T+0.18, 0> }
|
object { HexaCone_radar_B translate <0, T+0.18, 0> }
|
||||||
|
Loading…
Reference in New Issue
Block a user