a small tuning

This commit is contained in:
Tonton Th 2025-12-18 11:22:16 +01:00
parent 0f15000cf5
commit 93faad3ec2

View File

@ -83,7 +83,7 @@ difference {
#macro HW_une_patte () #macro HW_une_patte ()
merge { merge {
/* XXX */ /* XXX */
#local RP = 0.042; #local RP = 0.040;
sphere { 0, RP scale <1, 0.84, 1> translate 0.35*y } sphere { 0, RP scale <1, 0.84, 1> translate 0.35*y }
cylinder { 0, 0.35*y, RP } cylinder { 0, 0.35*y, RP }
sphere { 0, 0.09 scale <1, 0.29, 1> } sphere { 0, 0.09 scale <1, 0.29, 1> }
@ -123,7 +123,7 @@ merge {
#end // FOR #end // FOR
} }
texture { GoldDark } texture { GoldDark }
rotate y * 65 * Cos_010(NormClock) rotate y * (165 * NormClock)
translate y*0.32 translate y*0.32
} }
/* ------------------------------------------------------------ */ /* ------------------------------------------------------------ */