Mesh3D does not connect all points

I am attempting to create a scatter plot with over layed meshes with mesh3d. However, I noticed that the mesh layout does not connect every point in a shape. It also does not render for triangular shapes. I have a codepen here: http://codepen.io/anon/pen/ZLwLKW/ and a screenshot showing the issue:

Thanks in advance for the help!

Looks like I just had to adjust the alphahull parameter. Fixed now!

1 Like