Easter Egg commit (big!)

This commit is contained in:
Tonton Th
2026-04-05 00:27:54 +02:00
parent c9dba8d6aa
commit 43f58d9ce9
30 changed files with 241 additions and 186 deletions

View File

@@ -41,7 +41,7 @@ union {
// les ailettes intérieures
#for (foo, 0, 5)
cylinder { 0, x*HSCR, R*0.15 rotate y*foo*60 }
cylinder { 0, x*HSCR, R*0.25 rotate y*foo*60 }
#end
// traitement final
@@ -49,8 +49,8 @@ union {
rotate z*90
#local R = rand(Rng1);
#if ( R < 0.17 ) texture { Y_Texture }
#elseif ( R < 0.66 ) texture { T_Gold_1A }
#if ( R < 0.17 ) texture { T_Gold_3C }
#elseif ( R < 0.56 ) texture { T_Gold_1A }
#else texture { Aluminum }
#end
}
@@ -72,10 +72,6 @@ union {
#end
}
#end // macro
/* ------------------------------------------------------------ */
/* nouveau XXX janvier 2026 */
// UNE ANTENNE ?
/* ============================================================ */
/* On regroupe les N*six élements */