tuning on hexacone

This commit is contained in:
Tonton Th
2025-12-19 18:06:01 +01:00
parent acbd813d9b
commit 2167808563
2 changed files with 11 additions and 8 deletions

View File

@@ -36,11 +36,13 @@ union {
cylinder {-z, z, 0.11 }
}
// XXX not very tested
#local Rt1 = 0.290;
#local Rt2 = 0.006;
torus { Rt1, Rt2 scale <1, 4, 1> }
torus { Rt1, Rt2 scale <1, 4, 1> rotate x*90 }
torus { Rt1, Rt2 scale <1, 4, 1> rotate z*90 }
#local Sc = 3.87;
#local Rt1 = 0.333;
#local Rta = Rt1 / Sc;
#local Rt2 = 0.0062;
torus { Rta, Rt2 scale <Sc, 1, Sc> }
torus { Rt1, Rt2 scale <1, Sc, 1> rotate x*90 }
torus { Rta, Rt2 scale <Sc, 1, Sc> rotate z*90 }
// clignotement de la lumiere \o/
#local kR = 0.065;
@@ -61,7 +63,7 @@ union {
fade_power 1.58
}
}
#if (rand(Rng1) < 0.20)
#if (rand(Rng1) < 0.30)
texture { New_Penny }
#else
texture { GoldDark }