Van-Thach Do

Results 6 issues of Van-Thach Do

Is there an avaible function to fit nurbs surfaces into a mesh model?

I tried to rebuild this source, but there are many errors in the current version. I am using VS 2015 also. I hope someone could maintain it.

What are the reasons of the following warnings? How can I solve/ignore it? ``` /home/USER/.local/lib/python2.7/site-packages/trimesh/ray/ray_triangle.py:281: RuntimeWarning: invalid value encountered in greater (barycentric > -tol.zero).all(axis=1), /home/USER/.local/lib/python2.7/site-packages/trimesh/ray/ray_triangle.py:282: RuntimeWarning: invalid value encountered in...

I am trying to implement your source to extract edges from an STL file. First, I convert STL to PLYfile. The PLY file is as follows: ![image](https://user-images.githubusercontent.com/5842637/109771588-90d33500-7c2f-11eb-935e-7326fd567f0a.png) Then, I use...

Can this algorithm work for atsp?

Based on the document [here](https://pyqtgraph.readthedocs.io/en/latest/_modules/pyqtgraph/opengl/items/GLMeshItem.html#GLMeshItem.__init__), I'm using the following methods to visualize a mesh object. However, I cannot get the desired color in both cases. 1st method ``` hdl =...

openGL