diff --git a/elements.inc b/elements.inc index 3ed8d40..d72085b 100644 --- a/elements.inc +++ b/elements.inc @@ -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 { , rgb 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> } diff --git a/scene.pov b/scene.pov index 863a821..d1b5bcc 100644 --- a/scene.pov +++ b/scene.pov @@ -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;