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

@@ -30,7 +30,7 @@ union {
texture { T_Wood32 rotate 37 scale 1.30 }
// texture { WIP_color }
#else
texture { T_Wood23 rotate x*87 scale 1.23 }
texture { T_Wood23 rotate x*87 scale 1.33 }
// texture { T_WIP_alert }
#end
// rotate -z*foo
@@ -69,7 +69,7 @@ difference {
cylinder { -y, y, 0.05 translate <Tx, 0, Tz> }
#end
translate y*0.10
texture { T_Wood17 scale 0.82 }
texture { T_Wood17 rotate <10, 20, 30> scale 0.82 }
}
#end
@@ -104,6 +104,12 @@ union {
}
}
#declare HW_Anneau0 = object
{
torus { Hc_rad*0.30, 0.03 scale <1, 1.45, 1>
texture { tPlasticBlue } translate y*0.32 }
}
#declare HexaWood = object
{
union {
@@ -113,6 +119,7 @@ union {
light_source { 0.20*y rgb <0, 0.20, 0.95> }
#end
object { HW_Cones () translate y*0.15 }
object { HW_Anneau0 }
}
}