more tuning, rings and golddark
This commit is contained in:
parent
346a4ed6ad
commit
768c10aa56
14
hexacone.inc
14
hexacone.inc
@ -35,6 +35,12 @@ union {
|
|||||||
cylinder {-y, y, 0.11 }
|
cylinder {-y, y, 0.11 }
|
||||||
cylinder {-z, z, 0.11 }
|
cylinder {-z, z, 0.11 }
|
||||||
}
|
}
|
||||||
|
// XXX not very tested
|
||||||
|
#local Rt2 = 0.009;
|
||||||
|
torus { .25, .005 }
|
||||||
|
torus { .25, Rt2 rotate x*90 }
|
||||||
|
torus { .25, Rt2 rotate z*90 }
|
||||||
|
|
||||||
// clignotement de la lumiere \o/
|
// clignotement de la lumiere \o/
|
||||||
#local kR = 0.065;
|
#local kR = 0.065;
|
||||||
#local xR = (rand(Rng2)-0.5000) * kR;
|
#local xR = (rand(Rng2)-0.5000) * kR;
|
||||||
@ -54,9 +60,13 @@ union {
|
|||||||
fade_power 1.58
|
fade_power 1.58
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
texture { New_Penny }
|
#if (rand(Rng1) < 0.20)
|
||||||
// }
|
texture { New_Penny }
|
||||||
|
#else
|
||||||
|
texture { GoldDark }
|
||||||
#end
|
#end
|
||||||
|
// }
|
||||||
|
#end // macro
|
||||||
|
|
||||||
// ---------------------------------------------------------
|
// ---------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user