premier commit du printemps
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
// #debug concat("X ", str(posX,7,3), " Z ", str(posZ,7,3), "\n")
|
||||
// #debug concat("position Z ", str(posZ,7,3),"\n")
|
||||
|
||||
#if ( (abs(posX)>1) & (abs(posZ)>0.5) )
|
||||
#if ( (abs(posX)>1.2) & (abs(posZ)>1.2) )
|
||||
|
||||
#if (rand(Rng1) < 0.555)
|
||||
#if (rand(Rng1) < 0.505)
|
||||
object { HexaCone () rotate <Rx, Ry, Rz>
|
||||
translate <posX, posY, posZ> }
|
||||
#else
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
#end // if pos...
|
||||
#end // loop IDX
|
||||
#end //loop idZ
|
||||
#end // loop idZ
|
||||
|
||||
// =======================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user