le commit avant-sieste

This commit is contained in:
Tonton Th
2025-12-18 22:28:33 +01:00
parent 38d3863124
commit 9aa1f37dcf
7 changed files with 46 additions and 33 deletions

View File

@@ -36,10 +36,11 @@ union {
cylinder {-z, z, 0.11 }
}
// XXX not very tested
#local Rt2 = 0.009;
torus { .25, .005 }
torus { .25, Rt2 rotate x*90 }
torus { .25, Rt2 rotate z*90 }
#local Rt1 = 0.290;
#local Rt2 = 0.006;
torus { Rt1, Rt2 scale <1, 4, 1> }
torus { Rt1, Rt2 scale <1, 4, 1> rotate x*90 }
torus { Rt1, Rt2 scale <1, 4, 1> rotate z*90 }
// clignotement de la lumiere \o/
#local kR = 0.065;