From 32f4b403e284d21318d7834e8c6b2901104a3568 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Mon, 27 Jan 2025 16:38:55 +0100 Subject: [PATCH] ready for prime time ? --- cutoff.pov | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cutoff.pov b/cutoff.pov index b2fff69..bcf2d03 100644 --- a/cutoff.pov +++ b/cutoff.pov @@ -13,12 +13,12 @@ // ======================================================= -#debug concat("------ cutoff clock = ", str(clock,5,0),"\n") +// #debug concat("------ cutoff clock = ", str(clock,5,0),"\n") -#declare Kbox = (2*NormClock); +#declare Kbox = (2.03*NormClock); /* this one is for debugging */ -object { OpenBox translate <0, 1.5, Kbox> } +// object { OpenBox translate <0, 1.5, Kbox> } difference { object { HexaCone () rotate y*5 } @@ -29,14 +29,14 @@ difference { // ======================================================= object { Le_Decor } -object { Repere } +// object { Repere } // ======================================================= -#local CamX = -2.7 + (2.1*NormClock); +#local CamX = -1.7 + (1.1*Cos_01(NormClock)); #local CamY = 2.58 + (0.034*sqrt(NormClock)); camera { - location + location look_at <0, 1.3, 0> angle 42 - 4*Cos_01(NormClock) }