a lot of cosmetic

This commit is contained in:
Tonton Th
2025-09-12 03:56:21 +02:00
parent 11717a4f6a
commit 898828b49d
11 changed files with 35 additions and 27 deletions

View File

@@ -21,8 +21,8 @@
// dessiner une grille
#for (Foo, -150, 150, 10)
cylinder { <-150, 0, Foo>, <150, 0, Foo>, 0.12 }
cylinder { <Foo, 0, -150>, <Foo, 0, 150>, 0.12 }
cylinder { <-150, 0, Foo>, <150, 0, Foo>, 0.10 }
cylinder { <Foo, 0, -150>, <Foo, 0, 150>, 0.10 }
#end
// ---------------------------------------------------------