thi is a really big commit
This commit is contained in:
10
cutoff.pov
10
cutoff.pov
@@ -28,9 +28,9 @@ difference {
|
||||
translate y*TY + POS_Cutoff
|
||||
}
|
||||
|
||||
// object { Repere scale 2 translate y*2.6 + POS_Cutoff }
|
||||
|
||||
/* this one is for debugging */
|
||||
/* this two objects are for debugging */
|
||||
// object { Repere scale 2 translate y*2.6 + POS_Cutoff }
|
||||
// object { OpenBox translate y*TY + POS_Cutoff }
|
||||
|
||||
// =======================================================
|
||||
@@ -45,12 +45,12 @@ object { Le_Decor }
|
||||
|
||||
// =======================================================
|
||||
|
||||
#local CamX = -25.4 + (2.39*Cos_01(NormClock));
|
||||
#local CamY = 1.6 - (0.24*sqrt(NormClock));
|
||||
#local CamX = -25.4 + (3.14*Cos_01(NormClock));
|
||||
#local CamY = 1.9 - (0.27*sqrt(NormClock));
|
||||
#local CamZ = -1.85 + (4.02*NormClock);
|
||||
|
||||
camera {
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <0, 1.5, 0> + POS_Cutoff
|
||||
angle 39 - 5*Cos_01(NormClock)
|
||||
angle 39 - 6*Cos_01(NormClock)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user