make your things at the correct size

This commit is contained in:
Tonton Th 2025-11-01 18:30:14 +01:00
parent 63b99262a9
commit 4581bb3e37

View File

@ -121,6 +121,7 @@ union {
#local K2 = K + 1.35; #local K2 = K + 1.35;
box { <-K2, 0, -K2>, <K2, 1, K2> pigment { Gray30 } } box { <-K2, 0, -K2>, <K2, 1, K2> pigment { Gray30 } }
} }
scale 0.5
// rotate -y * (clock*0.33) // rotate -y * (clock*0.33)
#end #end
// ======================================================= // =======================================================