a lot of little changes

This commit is contained in:
Tonton Th
2025-11-13 02:15:11 +01:00
parent 030f2fb2cf
commit 0b04ffd359
17 changed files with 152 additions and 124 deletions

View File

@@ -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 }