tuning prises de vues

This commit is contained in:
Tonton Th
2025-01-15 14:01:02 +01:00
parent 8b3126cd78
commit f8fa077655
6 changed files with 28 additions and 20 deletions

View File

@@ -41,12 +41,12 @@ light_source { < 11, 7, 4>, rgb <NormClock, 0.48, 0.80> }
// 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 <CamX, CamY, CamZ>
look_at <0.0, 0.0, 0>
angle 48 - (3.57 * NormClock)
angle 53 - (3.57 * NormClock)
}