un bon gros paquet de changements :)
This commit is contained in:
@@ -52,18 +52,16 @@
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
// object { Repere scale 5 translate y }
|
||||
|
||||
#local CamX = -8.7 + ( 6.9 * Cos_01(NormClock));
|
||||
#local CamY = 0.42 + (17.36 * Cos_01(NormClock));
|
||||
#local CamZ = 122 - (21.9 * Cos_01(NormClock));
|
||||
#local CamX = 8.7 + ( 6.9 * Cos_01(NormClock));
|
||||
#local CamY = 0.42 + (18.36 * Cos_01(NormClock));
|
||||
#local CamZ = 122 - (22.9 * Cos_01(NormClock));
|
||||
|
||||
#local LatY = (Y_mean / Y_count) - (0.5*NormClock);
|
||||
#debug concat("escadrille: Lat Y ", str(LatY, 7, 3),"\n")
|
||||
// #debug concat("escadrille: Lat Y ", str(LatY, 7, 3),"\n")
|
||||
|
||||
camera {
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <0.0, LatY, 0>
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 56 - (24 * NormClock)
|
||||
angle 56 - (26 * NormClock)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user