commit du soir, espoir
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
|
||||
// =======================================================
|
||||
|
||||
#declare A = <-SzSol, 16, -8>;
|
||||
#declare B = <SzSol+4, 18, -11>;
|
||||
#declare P = Interpolate(A, B, NormClock);
|
||||
object { HexaCone () rotate y*((6*NormClock)+80) translate P }
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
// =======================================================
|
||||
@@ -22,7 +27,7 @@ object { Le_Decor }
|
||||
#declare Pos = Cos_01(NormClock);
|
||||
#declare PosCam = Interpolate(Debut, Fin, Pos);
|
||||
|
||||
#declare LatCam = PosCam + <-1, -20, -9>;
|
||||
#declare LatCam = PosCam + <-1, -20, -(NormClock+9)>;
|
||||
|
||||
camera {
|
||||
location PosCam
|
||||
|
||||
Reference in New Issue
Block a user