fine tuning

This commit is contained in:
tTh
2023-02-15 17:41:17 +01:00
parent 87ff3d8815
commit 56ef22b4eb
5 changed files with 19 additions and 13 deletions

View File

@@ -49,25 +49,30 @@ object { GravityField scale <4.10, 0.60, 4.10> }
// ----------------------------------------------------------------------
/* XXX
#if (0)
merge {
cylinder { <0, -0.5, 0>, <0, 1, 0>, 0.0175 }
sphere { <0, 1, 0>, 0.0175 }
pigment { color Red }
}
XXX */
#end
light_source { < -2, 9.3, -7> color Gray90 }
light_source { < -2, 9.3, -7> color Gray80 }
light_source { < -6, 9.3, -8> color Orange*0.65 }
light_source { < -15, 2.3, 17> color Gray70 }
// ----------------------------------------------------------------------
#declare Xcam = -5.05;
#declare Ycam = 2.5 - (1.7*NormClock);
#declare Zcam = -8 + (11.66*NormClock);
camera {
location <-8, 4-(1.7*NormClock), -4 + (11.66*NormClock)>
// omnimax
location <Xcam, Ycam, Zcam>
look_at <0, 0, 0>
right x*image_width/image_height
angle 33
angle 34
}
// ----------------------------------------------------------------------