a lot of tweaks
This commit is contained in:
@@ -28,9 +28,9 @@ object { Le_Decor }
|
||||
#declare CamY = 3.08 + abs(sin(CK/4.00));
|
||||
#declare CamZ = R_circ * sin(CK);
|
||||
|
||||
#declare LatX = R_circ * 0.93 * cos(CK + 0.09);
|
||||
#declare LatX = R_circ * 0.95 * cos(CK + 0.09);
|
||||
#declare LatY = 3;
|
||||
#declare LatZ = R_circ * 0.93 * sin(CK + 0.09);
|
||||
#declare LatZ = R_circ * 0.95 * sin(CK + 0.09);
|
||||
|
||||
camera {
|
||||
location <CamX, CamY, CamZ>
|
||||
|
||||
Reference in New Issue
Block a user