explorations
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user