mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-19 12:41:28 +02:00
Removed redundant [xyz]ring()
This commit is contained in:
@@ -19,7 +19,7 @@ module branches(minsize){
|
||||
if($parent_size2.x>minsize) {
|
||||
attach(TOP)
|
||||
zrot(gaussian_rand(90,20))
|
||||
zring(n=floor(log_rand(2,5,4)))
|
||||
zrot_copies(n=floor(log_rand(2,5,4)))
|
||||
zrot(gaussian_rand(0,5))
|
||||
yrot(gaussian_rand(30,10))
|
||||
let(
|
||||
|
Reference in New Issue
Block a user