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