multiple tweakings...

This commit is contained in:
Tonton Th
2025-01-02 01:30:37 +01:00
parent cf95106744
commit 0285a14e02
5 changed files with 37 additions and 39 deletions

View File

@@ -16,21 +16,36 @@
// ---------------------------------------
object { Le_Decor }
#declare PosX = 0.333;
#declare PosY = 1.20 + (NormClock*0.22);
#declare PosZ = (NormClock-0.5) * 29.22;
#declare PosZ = (NormClock-0.5) * 34.22;
object { HexaCone translate <PosX, PosY, PosZ> }
#if ( clock > 130 )
#if ( (clock < 111) )
light_source {
<2, 0.30, -2> color Red
<3, 0.30, -8> color Blue
spotlight
radius .044
falloff 2
tightness 10
tightness 3
point_at <PosX, PosY, PosZ>
}
#end
#if ( (clock > 230) )
light_source {
<2, 0.30, -2> color White
spotlight
radius .044
falloff 2
tightness 3
point_at <PosX, PosY, PosZ>
}
#end
camera {
location <-1.56, 1.03, 9.76>
look_at <PosX, PosY, PosZ>