last commits of this night
This commit is contained in:
10
dynamic.inc
10
dynamic.inc
@@ -36,8 +36,9 @@ object {
|
||||
|
||||
/// =======================================================
|
||||
/* des trucs autour des trous du sol. */
|
||||
object { Les_HexaBalls rotate y*clock translate UnderHoles[2] }
|
||||
object { Les_Machins rotate -y*clock translate UnderHoles[3] }
|
||||
// object { Les_HexaBalls rotate y*clock translate UnderHoles[2] }
|
||||
object { Les_Machins rotate -y*clock translate UnderHoles[2] }
|
||||
object { Les_Machins rotate y*clock translate UnderHoles[5] }
|
||||
|
||||
/// =======================================================
|
||||
/*
|
||||
@@ -105,7 +106,7 @@ object { HexaCone () rotate y*((12*NormClock)+80) translate P }
|
||||
#end
|
||||
|
||||
#for (Foo, 0, 5)
|
||||
#declare Dy = (8*rand(Rng1))-9+(14*NormClock);
|
||||
#declare Dy = (14*rand(Rng1))-9+(14*NormClock);
|
||||
#declare Tr = UnderHoles[Foo] + <0, Dy, 0>;
|
||||
#declare Ry = (( 0.5+rand(Rng1)-NormClock ) * 166);
|
||||
#ifdef (DEBUG_LEVEL)
|
||||
@@ -173,6 +174,3 @@ object { Trident_A () rotate y*(clock*2.7)
|
||||
#debug "dynamic is loaded\n"
|
||||
/* ----------------------------------- */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user