Van-Thach Do

Results 2 comments of Van-Thach Do

As your suggestion, I fixed the `thresh =0.03` param. I tried with different `k_n` from 1 to the maximum value of `k_neighbors`. However, it was not much difference between the...

This is the object mesh (.obj) ![image](https://user-images.githubusercontent.com/5842637/175201917-c916cb15-f7e8-4dca-80d4-a2fe68c5bf84.png) ![image](https://user-images.githubusercontent.com/5842637/175201765-9d4a1408-f317-4cb3-98c7-b68a6a4454f1.png) I use trimesh to get mesh data. This is the function I'm using to visualize. ``` hdl = gl.GLMeshItem(vertexes=mesh.vertices, faces = mesh.faces,...