Compare commits

...

2 Commits

Author SHA1 Message Date
Tonton Th
cf3fa8f1ce oupsss... 2026-01-06 06:12:44 +01:00
Tonton Th
0803d45d5c little cleanup 2026-01-05 12:38:25 +01:00
2 changed files with 3 additions and 11 deletions

View File

@ -34,7 +34,7 @@
#local Y_mean = Y_mean + posY; #local Y_mean = Y_mean + posY;
#local Y_count = Y_count + 1; #local Y_count = Y_count + 1;
#local R = rand(Rng1); #local R = rand(Rng1);
#if (Rng1 < 0.30) #if (R < 0.30)
object { HexaCone () rotate <Rx, Ry, Rz> object { HexaCone () rotate <Rx, Ry, Rz>
translate <posX, posY, posZ> } translate <posX, posY, posZ> }
#elseif (R < 0.60) #elseif (R < 0.60)

View File

@ -10,14 +10,6 @@
#include "all.inc" #include "all.inc"
// ======================================================= // =======================================================
// nouveau du dernier jour 2025
#declare Une_HexaStar = object
{
object { HexaStar translate y*3 }
}
// ======================================================= // =======================================================
// nouveau du 3 janvier 2026 // nouveau du 3 janvier 2026
#local Horloge2 = object #local Horloge2 = object
@ -28,7 +20,7 @@ object { Horloge scale <1, 0.12, 1> rotate -x*90 }
{ {
union { union {
box { <-3, 0, -0.01>, <3, 1.55, 0.01> box { <-3, 0, -0.01>, <3, 1.55, 0.01>
pigment { color Gray50 } } pigment { color Gray70 } }
#local EC = 0.22; #local EC = 0.22;
object { Horloge2 rotate y*180 translate z*EC } object { Horloge2 rotate y*180 translate z*EC }
object { Horloge2 translate -z*EC } object { Horloge2 translate -z*EC }
@ -298,7 +290,7 @@ object { Gyros }
object { Les_Boules translate y*0.8 } object { Les_Boules translate y*0.8 }
#break #break
#case (6) #case (6)
object { Une_HexaStar /* rotate y*(clock) */ } object { HexaStar translate y*3 }
#break #break
#case (7) #case (7)
#local Pos = <0.5-NormClock, 0, 0>; #local Pos = <0.5-NormClock, 0, 0>;