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

@@ -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 <CamX, CamY, 9.99>
look_at <0, 0, 0>
angle 42
angle 42 + 8*Cos_01(NormClock)
}