small changes to the cam
This commit is contained in:
parent
32eb08a0c1
commit
5ae1cd149c
@ -33,8 +33,8 @@ object { Le_Decor }
|
||||
|
||||
// object { Repere scale 3 translate <SzSol, 2, SzSol> }
|
||||
|
||||
#local DistCam = 380;
|
||||
#local CK = -1.101 - (0.072 * NormClock);
|
||||
#local DistCam = 390;
|
||||
#local CK = -1.101 - (0.051 * NormClock);
|
||||
#declare CamX = DistCam * sin(CK);
|
||||
#declare CamY = 28;
|
||||
#declare CamZ = DistCam * cos(CK);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user