welcome here, hexa-patrol
This commit is contained in:
@@ -33,10 +33,10 @@ object { Le_Decor }
|
||||
|
||||
// object { Repere scale 3 translate <SzSol, 2, SzSol> }
|
||||
|
||||
#local DistCam = 440 + (12 * NormClock);
|
||||
#local CK = -1.101 - (0.042 * NormClock);
|
||||
#local DistCam = 460 + (16 * NormClock);
|
||||
#local CK = -1.71 - (0.039 * NormClock);
|
||||
#declare CamX = DistCam * sin(CK);
|
||||
#declare CamY = 28;
|
||||
#declare CamY = 28 + NormClock;
|
||||
#declare CamZ = DistCam * cos(CK);
|
||||
|
||||
camera {
|
||||
@@ -46,5 +46,5 @@ camera {
|
||||
// focal_point <2, 1, 12>
|
||||
// aperture 0.046
|
||||
// blur_samples 30
|
||||
angle 3.6
|
||||
angle 3.5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user