commit big mess before refactoring
This commit is contained in:
20
survol.pov
20
survol.pov
@@ -11,30 +11,20 @@
|
||||
#include "elements.inc"
|
||||
#include "hexabenz.inc"
|
||||
#include "hexawood.inc"
|
||||
#include "trident.inc"
|
||||
|
||||
// =======================================================
|
||||
|
||||
/*
|
||||
* on fait passer un hexatruc
|
||||
*/
|
||||
#declare A = <-SzSol, 16, 9>;
|
||||
#declare B = < SzSol+4, 18, 11>;
|
||||
#declare P = Interpolate(A, B, NormClock);
|
||||
object { HexaCone () rotate y*((12*NormClock)+80) translate P }
|
||||
|
||||
|
||||
#include "dynamic.inc"
|
||||
|
||||
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
// object { Repere translate y*2 }
|
||||
object { Repere scale 2 translate y*2 }
|
||||
|
||||
// =======================================================
|
||||
|
||||
#declare Debut = <-3, 57, 47> ;
|
||||
#declare Fin = < 2, 53, 7> ;
|
||||
#declare Debut = <-3, 87, 47> ;
|
||||
#declare Fin = < 2, 99, 7> ;
|
||||
#declare Pos = Cos_01(NormClock);
|
||||
#declare PosCam = Interpolate(Debut, Fin, Pos);
|
||||
|
||||
@@ -43,6 +33,6 @@ object { Le_Decor }
|
||||
camera {
|
||||
location PosCam
|
||||
look_at LatCam
|
||||
angle 54
|
||||
angle 58
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user