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

@@ -31,7 +31,7 @@ union {
#if ( rand(Rng1) < 0.5 )
texture { T_Wood32 rotate 37 scale 1.30 }
#else
texture { T_Wood23 rotate x*87 scale 1.33 }
texture { T_Wood23 rotate x*87 scale 1.13 }
#end
// rotate -z*foo
translate <Tx, Hc_ep - 0.22, Tz>
@@ -68,7 +68,7 @@ difference {
cylinder { -y, y, 0.07 translate <Tx, 0, Tz> }
#end
#local R = rand(Rng1);
#if (R<0.20)
#if (R<0.30)
texture { T_Wood17 rotate <10, 20, 30> scale 0.82 }
#else
texture { T_Wood15 rotate <17, 28, 39> scale 1.42 }