tuning on hexacone
This commit is contained in:
parent
acbd813d9b
commit
2167808563
@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
14
hexacone.inc
14
hexacone.inc
@ -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 }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user