commits du dimanche soir, espoir
This commit is contained in:
17
survol.pov
17
survol.pov
@@ -7,6 +7,7 @@
|
||||
|
||||
#include "globals.inc"
|
||||
|
||||
#declare NO_DYNAMIC = 0;
|
||||
#include "all.inc"
|
||||
|
||||
object { Le_Decor }
|
||||
@@ -15,20 +16,20 @@ object { Le_Decor }
|
||||
// =======================================================
|
||||
|
||||
#declare Debut = <-3, 89, 188> ;
|
||||
#declare Fin = < 2, 91, -15> ;
|
||||
#declare Pos = sqrt(NormClock+0.02);
|
||||
#declare Fin = < 2, 91, -25> ;
|
||||
#declare Pos = sqrt(NormClock);
|
||||
#declare PosCam = Interpolate(Debut, Fin, Pos);
|
||||
|
||||
#declare LatX = 0.414 * sin(NormClock*6.1);
|
||||
#declare LatZ = -9 + (NormClock+11);
|
||||
#declare LatCam = PosCam + <LatX, 1, LatZ>;
|
||||
//
|
||||
object { Repere scale 2 translate LatCam }
|
||||
#declare LatZ = -(150 + (7*NormClock));
|
||||
#declare LatCam = PosCam + <LatX, -95, LatZ>;
|
||||
|
||||
// object { Repere scale 40 translate LatCam + y*5 }
|
||||
|
||||
camera {
|
||||
location PosCam
|
||||
look_at 0
|
||||
look_at LatCam
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 80
|
||||
angle 72
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user