explorations

This commit is contained in:
Tonton Th
2026-01-04 04:16:52 +01:00
parent b0c0cc3140
commit 90894f8008
2 changed files with 35 additions and 17 deletions

View File

@@ -27,8 +27,8 @@ difference {
#declare HS_element = object
{
union {
object { HS_element_a texture { GoldDark } }
object { HS_element_b texture { G_Texture } }
object { HS_element_a texture { GoldDark } }
object { HS_element_b texture { G_Texture } }
}
}
/* ============================================================ */
@@ -36,11 +36,11 @@ union {
#declare HS_les_elements = object
{
union {
#for (Foo, 0, 60, 359)
#for (Foo, 0, 360, 60)
#local E = 0.31;
#local Tx = E * sin(radians(Foo));
#local Ty = E * cos(radians(Foo));
object {
object {
HS_element
rotate -z*foo
translate <Tx, Ty, 0>