camera adjustements

This commit is contained in:
Tonton Th
2025-10-19 19:11:08 +02:00
parent 18c84133b6
commit 150c546fb4
3 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ object { HexaWood translate P }
object { Le_Decor }
#declare CamY = 32 - (21.36 * Cos_01(NormClock));
#declare CamY = 36 - (21.36 * Cos_01(NormClock));
#declare LatY = -4 + ( 2.12 * NormClock);
camera {
@@ -48,5 +48,5 @@ camera {
// focal_point <2, 1, 12>
// aperture 0.046
// blur_samples 30
angle 45 + (82*NormClock)
angle 45 + (52*NormClock)
}