tuning on hexacone

This commit is contained in:
Tonton Th 2025-12-19 18:06:01 +01:00
parent acbd813d9b
commit 2167808563
2 changed files with 11 additions and 8 deletions

View File

@ -44,12 +44,13 @@ object { Le_Decor }
// ======================================================= // =======================================================
#local CamX = POS_Cutoff.x + 5 + (3.14*Cos_01(NormClock)); #local CamX = POS_Cutoff.x + 3.5 + (3.14*Cos_01(NormClock));
#local CamY = 2.1 + (1.11*sqrt(NormClock)); #local CamY = 2.1 + (1.11*sqrt(NormClock));
#local CamZ = POS_Cutoff.z + 4.55 - (1.02*NormClock); #local CamZ = POS_Cutoff.z + 4.30 - (1.02*NormClock);
camera { camera {
location <CamX, CamY, CamZ> location <CamX, CamY, CamZ>
look_at <0, 1.5, 0> + POS_Cutoff look_at <0, 1.5, 0> + POS_Cutoff
right <image_width/image_height, 0, 0>
angle 40 - 12*Cos_01(NormClock) angle 40 - 12*Cos_01(NormClock)
} }

View File

@ -36,11 +36,13 @@ union {
cylinder {-z, z, 0.11 } cylinder {-z, z, 0.11 }
} }
// XXX not very tested // XXX not very tested
#local Rt1 = 0.290; #local Sc = 3.87;
#local Rt2 = 0.006; #local Rt1 = 0.333;
torus { Rt1, Rt2 scale <1, 4, 1> } #local Rta = Rt1 / Sc;
torus { Rt1, Rt2 scale <1, 4, 1> rotate x*90 } #local Rt2 = 0.0062;
torus { Rt1, Rt2 scale <1, 4, 1> rotate z*90 } torus { Rta, Rt2 scale <Sc, 1, Sc> }
torus { Rt1, Rt2 scale <1, Sc, 1> rotate x*90 }
torus { Rta, Rt2 scale <Sc, 1, Sc> rotate z*90 }
// clignotement de la lumiere \o/ // clignotement de la lumiere \o/
#local kR = 0.065; #local kR = 0.065;
@ -61,7 +63,7 @@ union {
fade_power 1.58 fade_power 1.58
} }
} }
#if (rand(Rng1) < 0.20) #if (rand(Rng1) < 0.30)
texture { New_Penny } texture { New_Penny }
#else #else
texture { GoldDark } texture { GoldDark }