small changes

This commit is contained in:
Tonton Th 2024-12-29 18:43:29 +01:00
parent 2a59fba488
commit 2fa9a9918a
2 changed files with 5 additions and 4 deletions

View File

@ -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>
}

View File

@ -15,7 +15,9 @@
#include "contexte.inc"
#include "elements.inc"
object { HexaCone rotate y*17 translate y*1.11 }
object { HexaCone
rotate < 3, 0, -4>
rotate y*17 translate y*1.11 }
#declare CK = 56 + (clock * 1);
#declare Dcam = 2.04;