a lot of little changes
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
// object { Repere scale 2 translate y*2 }
|
||||
object { Repere scale 2 translate y*2 }
|
||||
|
||||
// =======================================================
|
||||
|
||||
#declare Debut = <-3, 87, 161> ;
|
||||
#declare Fin = < 2, 91, 21> ;
|
||||
#declare Pos = Cos_01(NormClock);
|
||||
#declare Debut = <-3, 89, 181> ;
|
||||
#declare Fin = < 2, 91, -10> ;
|
||||
#declare Pos = sqrt(NormClock+0.04);
|
||||
#declare PosCam = Interpolate(Debut, Fin, Pos);
|
||||
|
||||
#declare LatCam = PosCam + <-1, -20, -(3+(NormClock+11))>;
|
||||
|
||||
Reference in New Issue
Block a user