fine tuning
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user