a lot of little changes
This commit is contained in:
@@ -87,7 +87,7 @@ union {
|
||||
|
||||
// =======================================================
|
||||
|
||||
#declare Flag = (mod(clock+33,120) < 40);
|
||||
#declare Flag = (mod(clock,120) < 40);
|
||||
|
||||
#if ( Flag )
|
||||
object { AllTheSpline scale 10 translate y*2 }
|
||||
|
||||
Reference in New Issue
Block a user