commit du soir, espoir

This commit is contained in:
Tonton Th
2025-02-04 01:06:18 +01:00
parent aed3fa6cf7
commit 3117141b52
18 changed files with 125 additions and 81 deletions

View File

@@ -55,7 +55,7 @@ union {
#declare Les_Machins = object
{
union {
#local Rk = 2.55;
#local Rk = 2.95 + NormClock;
#for (foo, 0, 359, 45)
#local Xpos = Rk * sin(radians(foo));
#local Zpos = Rk * cos(radians(foo));
@@ -69,10 +69,8 @@ union {
// =======================================================
// =======================================================
object { OpenBox translate y*1.2 }
object { GroundBase }
// object { OpenBox translate y*1.2 }
object { Les_Machins }
object { Le_Decor }
@@ -83,10 +81,12 @@ object { Repere }
// light_source { <-8, 7, -9>, rgb <0.81, 0.65, NormClock> }
// light_source { < 11, 7, 4>, rgb <1-NormClock, 0.28, 0.80> }
#local CamX = -2.7 + (3.8*NormClock);
#local CamX = -2.7 + (3.8*Cos_01(NormClock));
#local CamY = 1.81 + (4*sqrt(NormClock));
#local CamZ = 1.7 + (3.8*Cos_01(NormClock));
camera {
fisheye
location <CamX, CamY, 9.99>
look_at <0, 0.5, 0>
angle 42 - 4*Cos_01(NormClock)
// angle 32 - 4*Cos_01(NormClock)
}