mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-21 17:41:38 +02:00
removed vnf_merge from vnf_tri_array for speed improvement
This commit is contained in:
5
vnf.scad
5
vnf.scad
@@ -622,9 +622,8 @@ function vnf_tri_array(
|
|||||||
if (caplast)
|
if (caplast)
|
||||||
if (reverse) [ for(i=[pcumlen[plen]-1-addcol:-1:pcumlen[plen-1]]) i ]
|
if (reverse) [ for(i=[pcumlen[plen]-1-addcol:-1:pcumlen[plen-1]]) i ]
|
||||||
else [ for(i=[pcumlen[plen-1]:pcumlen[plen]-1-addcol]) i ]
|
else [ for(i=[pcumlen[plen-1]:pcumlen[plen]-1-addcol]) i ]
|
||||||
],
|
]
|
||||||
vnf = [flatten(st), faces]
|
) [flatten(st), faces];
|
||||||
) col_wrap ? vnf_merge_points(vnf) : vnf;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Recursively triangulate between two 3D paths (which can be different
|
Recursively triangulate between two 3D paths (which can be different
|
||||||
|
Reference in New Issue
Block a user