From 89c78425ceaf6511cdc97d757f09217265a4470f Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Mon, 23 Dec 2024 20:08:25 +0100 Subject: [PATCH] fix critical bug --- elements.inc | 36 ++++++------------------------------ 1 file changed, 6 insertions(+), 30 deletions(-) diff --git a/elements.inc b/elements.inc index d509eda..45ad4cd 100644 --- a/elements.inc +++ b/elements.inc @@ -144,7 +144,12 @@ union { translate ((foo*0.012)-0.05)*x } #end } -texture { T_Chrome_1C } +// texture { T_Chrome_1C } +texture { + pigment { color Orange } + // finish { emission 0.7 } + finish { ambient 0.7 phong 0.5 brilliance 0.9 metallic 0.7 } + } } /* ------------------------------------------------------ @@ -194,35 +199,6 @@ union { } rotate -y*90 } -/* ------------------------------------------ - * new Sat Dec 21 11:17:36 PM UTC 2024 - */ -#declare DXail = 0.001; -#declare DYail = 0.0025; -#declare DZail = 0.028; - -#declare Une_Ailettte = object -{ -box { <-DXail, -DYail, -DZail> , } -} - -#declare Le_rotor = object -{ -union { - cylinder { <-0.1, 0, 0>, <0.1, 0, 0>, 0.003 } - #for (foo, 0, 18) - object { Une_Ailettte - rotate (foo*27)*x - translate ((foo*0.012)-0.05)*x } - #end - } -// texture { T_Chrome_1C } -texture { - pigment { color Orange } - finish { ambient 0.7 phong 0.5 brilliance 0.9 metallic 0.7 } - } -} - // ###########################################################""