Removed forced endcap triangulation from skin().

This commit is contained in:
Revar Desmera 2020-01-30 16:52:47 -08:00
parent 62b0f95b44
commit c1bc74b643
2 changed files with 3 additions and 3 deletions

View file

@ -287,8 +287,8 @@ function skin(profiles, closed=false, caps=true, method="uniform") =
[for (i=idx(prof1)) plens[0]-1-i],
[for (i=idx(prof2)) eoff+i]
],
vnfout = vnf_triangulate([[vertices, concat(sidefaces,capfaces)]])
) echo(out=vnfout) vnfout;
vnfout = [vertices, concat(sidefaces,capfaces)]
) vnfout;
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,106];
BOSL_VERSION = [2,0,107];
// Section: BOSL Library Version Functions