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

@@ -12,7 +12,7 @@
#declare Trid_cone = object
{
merge {
cone { 0, R_basecone, y*0.89, 0.0001 }
cone { 0, R_basecone, y*0.84, 0.0001 }
sphere { 0, R_basecone }
}
}
@@ -20,7 +20,7 @@ merge {
#macro Trid_A_cone ()
difference {
object { Trid_cone }
object { Trid_cone translate -y*0.06 }
object { Trid_cone translate -y*0.08 }
#local Foo = rand(Rng1);
#if (Foo < 0.25) texture { T_Brass_2C }
#elseif (Foo < 0.50) texture { tPlasticOrange }