mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-07 00:56:41 +02:00
Removed forced endcap triangulation from skin().
This commit is contained in:
@@ -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
|
||||
|
@@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,106];
|
||||
BOSL_VERSION = [2,0,107];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user