oupsss...
This commit is contained in:
parent
0803d45d5c
commit
cf3fa8f1ce
@ -34,7 +34,7 @@
|
|||||||
#local Y_mean = Y_mean + posY;
|
#local Y_mean = Y_mean + posY;
|
||||||
#local Y_count = Y_count + 1;
|
#local Y_count = Y_count + 1;
|
||||||
#local R = rand(Rng1);
|
#local R = rand(Rng1);
|
||||||
#if (Rng1 < 0.30)
|
#if (R < 0.30)
|
||||||
object { HexaCone () rotate <Rx, Ry, Rz>
|
object { HexaCone () rotate <Rx, Ry, Rz>
|
||||||
translate <posX, posY, posZ> }
|
translate <posX, posY, posZ> }
|
||||||
#elseif (R < 0.60)
|
#elseif (R < 0.60)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user