From ad0272bff1494fdf475a1b99b944ffeb1ebe7167 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Tue, 6 Jan 2026 06:42:37 +0100 Subject: [PATCH] =?UTF-8?q?rotaci=C3=B3n=20de=20la=20estrella?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xperiment.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xperiment.inc b/xperiment.inc index 0132d8e..1854e9a 100644 --- a/xperiment.inc +++ b/xperiment.inc @@ -16,7 +16,7 @@ union { object { Trident_A () rotate x*87 } object { HexaBenz () translate <-EX, 0, -EZ> } object { HexaCone () translate < EX, -0.2, -EZ> } - object { HexaStar translate <-EX*2, 0, -EZ*2> } + object { HexaStar rotate y*90 translate <-EX*2, 0, -EZ*2> } object { HexaCone () translate < EX*2, -0.2, -EZ*2> } } }