From 6350c799db7c62026a18f1570c64d1ab0d072b4d Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Fri, 9 Jan 2026 20:28:50 +0100 Subject: [PATCH] tuning --- passage.pov | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/passage.pov b/passage.pov index a9ed0f2..8499c6a 100644 --- a/passage.pov +++ b/passage.pov @@ -12,16 +12,18 @@ #declare PosX = 3.95; #declare PosY = 3.80 + (NormClock*0.299); -#declare PosZ = (NormClock-0.5) * 44.27; +#declare PosZ = (NormClock-0.5) * 45.27; object { HexaCone () translate } + +/* XXX this two object in dynamic.inc ??? */ object { HexaCone () translate } object { HexaBenz () translate } object { Le_Decor } -#if ( (clock < 141) ) +#if ( (clock < 181) ) light_source { <3, 0.30, -8> color Blue spotlight @@ -32,14 +34,14 @@ light_source { } #end -#if ( (clock > 230) & (clock < 300) ) +#if ( (clock > 230) & (clock < 340) ) light_source { <2, 0.30, -2> color Green spotlight radius .044 falloff 2 tightness 3 - point_at + point_at } #end