another another camera twiddling

This commit is contained in:
Tonton Th
2026-03-03 19:42:05 +01:00
parent 90562d2ce6
commit 3f57aec353
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ object { Le_Decor }
// object { Repere translate <10, 1, 10> }
#declare LOC = <-3.4 - NormClock, 2.35, 31.9-NormClock>;
#declare LOC = <-3.4 - NormClock, 3.35, 31.9-NormClock>;
#declare LAT = <P_hexawood.x, 0.95+(NormClock*0.11), P_hexawood.z>;

View File

@@ -29,7 +29,7 @@ object { HexaWood translate P }
object { Le_Decor }
#declare CamY = 46 - (9.70 * Cos_01(NormClock));
#declare CamY = 47 - (9.50 * Cos_01(NormClock));
#declare LatY = -4 + ( 2.12 * NormClock);
camera {
@@ -39,5 +39,5 @@ camera {
// focal_point <2, 1, 12>
// aperture 0.046
// blur_samples 30
angle 45 + (63*NormClock)
angle 45 + (65*NormClock)
}