emeeks / d3.geom.concaveHull

Calculate concave hull(s) from an array of points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using vector3 point arrays

3dpk-interactive opened this issue · comments

commented

Hey @emeeks do you know if d3.geom.concaveHull can or can be made to work with an array of Vector3 positions ( X, Y, Z ) instead of only Vector2 position array ( X, Y ) ?