Compare commits

..

No commits in common. "cf3fa8f1cef6e42ab4e11ae66481f150f151f053" and "111a7519f1e39f9c29a9c29e96a254a02dd31671" have entirely different histories.

2 changed files with 11 additions and 3 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 (R < 0.30) #if (Rng1 < 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,6 +10,14 @@
#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
@ -20,7 +28,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 Gray70 } } pigment { color Gray50 } }
#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 }
@ -290,7 +298,7 @@ object { Gyros }
object { Les_Boules translate y*0.8 } object { Les_Boules translate y*0.8 }
#break #break
#case (6) #case (6)
object { HexaStar translate y*3 } object { Une_HexaStar /* rotate y*(clock) */ }
#break #break
#case (7) #case (7)
#local Pos = <0.5-NormClock, 0, 0>; #local Pos = <0.5-NormClock, 0, 0>;