tuning on hexacone
This commit is contained in:
14
hexacone.inc
14
hexacone.inc
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user