From f8fa0776557842fca4e00ddc19f4a7abda555e7e Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Wed, 15 Jan 2025 14:01:02 +0100 Subject: [PATCH] tuning prises de vues --- escadrille.pov | 6 +++--- essai.pov | 6 +++--- hexacone.pov | 14 +++++++++++--- orbite.pov | 2 +- passage.pov | 10 +++++----- scene.pov | 10 +++++----- 6 files changed, 28 insertions(+), 20 deletions(-) diff --git a/escadrille.pov b/escadrille.pov index 7b4d708..4f906ad 100644 --- a/escadrille.pov +++ b/escadrille.pov @@ -41,12 +41,12 @@ light_source { < 11, 7, 4>, rgb } // object { Repere scale 5 } -#local CamX = -8.7+(2.6*NormClock); -#local CamY = -5+(6.9*Cos_01(NormClock)); +#local CamX = -8.7+(6.6*NormClock); +#local CamY = -5+(11.9*Cos_01(NormClock)); #local CamZ = 15.06+(2.9*Cos_010(NormClock)); camera { location look_at <0.0, 0.0, 0> - angle 48 - (3.57 * NormClock) + angle 53 - (3.57 * NormClock) } diff --git a/essai.pov b/essai.pov index d72216b..08df1f5 100644 --- a/essai.pov +++ b/essai.pov @@ -74,7 +74,7 @@ union { #declare Les_Machins = object { union { - #local Rk = 4.15; + #local Rk = 4.95; #for (foo, 0, 360, 15) #local Xpos = Rk * sin(radians(foo)); #local Zpos = Rk * cos(radians(foo)); @@ -101,9 +101,9 @@ object { Le_Sol } // light_source { < 11, 7, 4>, rgb <1-NormClock, 0.28, 0.80> } #local CamX = -12.7 + (4.8*NormClock); -#local CamY = 8.81 + (11*sqrt(NormClock)); +#local CamY = 8.81 + (14*sqrt(NormClock)); camera { location look_at <0, 0, 0> - angle 42 + angle 42 + 8*Cos_01(NormClock) } diff --git a/hexacone.pov b/hexacone.pov index bdadf2f..6b0a6c5 100644 --- a/hexacone.pov +++ b/hexacone.pov @@ -16,9 +16,17 @@ #include "hexabenz.inc" +#declare Cone_Repere = object +{ +union { + object { HexaCone () } + object { Repere translate <-0.4, -0.2, -0.5> } + } +} + #local K = 1.48; -object { HexaCone () rotate y*90 translate -x*K } -object { HexaCone () translate x*K } +object { Cone_Repere rotate y*90 translate -x*K } +object { Cone_Repere translate x*K } // ======================================================= @@ -33,6 +41,6 @@ camera { focal_point <0.37, 0.0, 0> aperture 0.046 blur_samples 30 - angle 60 - 28 * Cos_01(NormClock) + angle 55 - 28 * Cos_01(NormClock) } diff --git a/orbite.pov b/orbite.pov index 05f5061..65e9195 100644 --- a/orbite.pov +++ b/orbite.pov @@ -11,7 +11,7 @@ #include "hexabenz.inc" // ======================================================= -#declare R_planete = 1.72; +#declare R_planete = 1.42; #declare Croute = object { diff --git a/passage.pov b/passage.pov index 1abb161..1ab2eda 100644 --- a/passage.pov +++ b/passage.pov @@ -20,12 +20,12 @@ object { Le_Decor } #declare PosX = 0.333; -#declare PosY = 1.20 + (NormClock*0.24); +#declare PosY = 1.10 + (NormClock*0.24); #declare PosZ = (NormClock-0.5) * 53.27; -object { HexaCone () translate } -object { HexaBenz () translate } -object { HexaBenz () translate } +object { HexaBenz () translate } +object { HexaCone () translate } +object { HexaCone () translate } #if ( (clock < 141) ) light_source { @@ -51,7 +51,7 @@ light_source { camera { location <-1.76, 1.03, 9.76> - look_at + look_at // focal_point <0, 1, 0> // aperture 0.046 // blur_samples 30 diff --git a/scene.pov b/scene.pov index 5e6c6d4..9f11e59 100644 --- a/scene.pov +++ b/scene.pov @@ -19,13 +19,13 @@ object { Le_Decor } object { HexaCone () - rotate < 3, 0, -4>rotate y*17 translate y*1.11 } + rotate < 3, 0, -4> rotate y*17 translate y*1.11 } object { HexaBenz () - rotate <6, 40, -7> translate <-12, 3, 11> } + rotate <6, 40, -7> translate <-8, 3, 7> } -#declare CK = 56 + (clock * 1); -#declare Dcam = 2.17; +#declare CK = 96 + (clock * 1); +#declare Dcam = 2.22; #declare CamX = Dcam * sin(radians(CK)); #declare CamZ = Dcam * 1.20 * cos(radians(CK)); #declare CamZ = CamZ - 0.11; @@ -37,7 +37,7 @@ camera { focal_point Lat aperture 0.046 blur_samples 30 - angle 72 + angle 70 } /**