a lot of patches
This commit is contained in:
10
survol.pov
10
survol.pov
@@ -12,11 +12,11 @@
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
|
||||
// XXX instrumenter la caméra serait un GROS plus !!!
|
||||
// =======================================================
|
||||
|
||||
#declare Debut = <-3, 89, 188> ;
|
||||
#declare Fin = < 2, 91, -25> ;
|
||||
#declare Debut = <-4, 89, 284> ;
|
||||
#declare Fin = < 5, 91, -6> ;
|
||||
#declare Pos = sqrt(NormClock);
|
||||
#declare PosCam = Interpolate(Debut, Fin, Pos);
|
||||
|
||||
@@ -24,12 +24,12 @@ object { Le_Decor }
|
||||
#declare LatZ = -(150 + (7*NormClock));
|
||||
#declare LatCam = PosCam + <LatX, -95, LatZ>;
|
||||
|
||||
// object { Repere scale 40 translate LatCam + y*5 }
|
||||
// object { Repere scale 20 translate LatCam + y*5 }
|
||||
|
||||
camera {
|
||||
location PosCam
|
||||
look_at LatCam
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 72
|
||||
angle 66
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user