preparing the next release, stay tuned
This commit is contained in:
@@ -23,15 +23,15 @@ object { HexaBenz () translate <-4, 2, -5> }
|
||||
// light_source { <-16, 17, -24>, rgb <0.51, 0.65, 0.40> }
|
||||
// object { Repere scale 2 }
|
||||
|
||||
#local DistCam = 147;
|
||||
#local CK = 0.78 * NormClock;
|
||||
#local DistCam = 239;
|
||||
#local CK = 0.70 * NormClock;
|
||||
#declare CamX = DistCam * sin(CK);
|
||||
#declare CamY = 23;
|
||||
#declare CamY = 28;
|
||||
#declare CamZ = DistCam * cos(CK);
|
||||
|
||||
camera {
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <0, 0, 0>
|
||||
look_at <0, 0.3, 0>
|
||||
// focal_point <2, 1, 12>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
|
||||
Reference in New Issue
Block a user