small changes
This commit is contained in:
parent
2a59fba488
commit
2fa9a9918a
@ -38,7 +38,7 @@ union {
|
||||
#local xR = (rand(Rng2)-0.5000) * kR;
|
||||
#local yR = (rand(Rng2)-0.5000) * kR;
|
||||
#local zR = (rand(Rng2)-0.5000) * kR;
|
||||
#local Red = abs(sin(NormClock * 55.536));
|
||||
#local Red = abs(sin(NormClock * 35.536));
|
||||
#local Red = Red * rand(Rng2);
|
||||
light_source { <xR, yR, xR>, rgb <Red, 0.03, 0.03>
|
||||
fade_distance 0.99
|
||||
@ -198,7 +198,7 @@ texture { T_Brass_1C }
|
||||
{
|
||||
union {
|
||||
object { Tuyere }
|
||||
object { Le_rotor rotate x*(clock*3.8) translate -0.06*x }
|
||||
object { Le_rotor rotate x*(clock*5.8) translate -0.06*x }
|
||||
}
|
||||
}
|
||||
|
||||
@ -225,5 +225,4 @@ union {
|
||||
object { HexaCone_derives translate <0, 0, -0.67> }
|
||||
object { Les_Reacteurs translate -0.18*y }
|
||||
}
|
||||
rotate < 3, 0, -4>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user