mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-14 02:34:12 +02:00
refactor
This commit is contained in:
@@ -15,7 +15,7 @@ module polyhedron_hull(points, polyhedron_abuse = false) {
|
|||||||
// It's workable only because `polyhedron` doesn't complain about mis-ordered faces.
|
// It's workable only because `polyhedron` doesn't complain about mis-ordered faces.
|
||||||
// It's fast but might be invalid in later versions.
|
// It's fast but might be invalid in later versions.
|
||||||
hull()
|
hull()
|
||||||
polyhedron(points, [[for(i = [0:len(points) - 1]) i]]);
|
polyhedron(points, [[each [0:len(points) - 1]]]);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
vts_faces = _convex_hull3(points);
|
vts_faces = _convex_hull3(points);
|
||||||
|
Reference in New Issue
Block a user