a lot of change, stay tuned
This commit is contained in:
30
dynamic.inc
Normal file
30
dynamic.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
object { Les_Bibelots rotate y*clock translate <28, -1, -32> }
|
||||
|
||||
|
||||
|
||||
#declare HC_A = <0.03, 1.18, 0.17>;
|
||||
#declare HC_B = <2.0, 5.0, 9.0>;
|
||||
#declare HC_P = Interpolate(HC_A, HC_B, Cos_01(NormClock));
|
||||
#declare RX = -9+(NormClock*11);
|
||||
#declare RY = 122 * (exp(NormClock) - 1.0);
|
||||
object { HexaCone ()
|
||||
rotate <RX, RY, -4>
|
||||
translate HC_P
|
||||
}
|
||||
|
||||
#declare HB_A = <-4.0, 7.0, 5.0>;
|
||||
#declare HB_B = <0.03, 1.22, 0.17>;
|
||||
#declare HB_P = Interpolate(HB_A, HB_B, Cos_01(NormClock));
|
||||
#declare RY = -75 * (exp(NormClock*2) - 1.0);
|
||||
#declare RZ = -7+(7*NormClock);
|
||||
object { HexaBenz ()
|
||||
rotate <6, RY, RZ> translate HB_P }
|
||||
|
||||
/*
|
||||
* nouveau 11 fevrier 2025
|
||||
*/
|
||||
#declare A = <-21, -1.9, (SzSol/2)+8>;
|
||||
#declare B = < 24, -2.4, (SzSol/2)+5>;
|
||||
#declare P = Interpolate(A, B, NormClock);
|
||||
object { HexaWood translate P }
|
||||
Reference in New Issue
Block a user