dynamic and camera tuning
This commit is contained in:
parent
3fdfa5a0c0
commit
b6ac4f8ce5
@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
object {
|
||||
#local CK = clock / 210; // en radians
|
||||
#local CK = (clock / 230) - 0.75; // en radians
|
||||
#local RD = 63; // rayon deplacement
|
||||
#local Xp = RD * sin(CK);
|
||||
#local Zp = RD * cos(CK);
|
||||
|
||||
@ -13,22 +13,26 @@
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
// object { Repere scale 5 translate y*4 }
|
||||
|
||||
/* =============================================================== */
|
||||
|
||||
#declare CamX = 90 - (4 * NormClock);
|
||||
#declare CamY = 207;
|
||||
#declare CamY = 196;
|
||||
#declare CamZ = 170 - (33 * NormClock);
|
||||
|
||||
/* XXX to be verified !
|
||||
#declare LatX = Loc_Patrouille.x;
|
||||
#declare LatY = Loc_Patrouille.y;
|
||||
#declare LatZ = Loc_Patrouille.z;
|
||||
*/
|
||||
|
||||
camera {
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at Loc_Patrouille
|
||||
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 16
|
||||
angle 14
|
||||
}
|
||||
|
||||
/* =============================================================== */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user