mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Removed forced endcap triangulation from skin().
This commit is contained in:
parent
62b0f95b44
commit
c1bc74b643
2 changed files with 3 additions and 3 deletions
|
@ -287,8 +287,8 @@ function skin(profiles, closed=false, caps=true, method="uniform") =
|
||||||
[for (i=idx(prof1)) plens[0]-1-i],
|
[for (i=idx(prof1)) plens[0]-1-i],
|
||||||
[for (i=idx(prof2)) eoff+i]
|
[for (i=idx(prof2)) eoff+i]
|
||||||
],
|
],
|
||||||
vnfout = vnf_triangulate([[vertices, concat(sidefaces,capfaces)]])
|
vnfout = [vertices, concat(sidefaces,capfaces)]
|
||||||
) echo(out=vnfout) vnfout;
|
) vnfout;
|
||||||
|
|
||||||
|
|
||||||
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
// 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
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue