meshpy icon indicating copy to clipboard operation
meshpy copied to clipboard

A 3-D triangular mesh package for Python.

Results 3 meshpy issues
Sort by recently updated
recently updated
newest added

Line 266 of mesh.py, the comment refers to 'minimal' but the function is for max

Hi, I was trying to install the Meshy for Dex-Net when I faced the bellow error. `fatal error: boost/python/numeric.hpp: No such file or directory #include "boost/python/numeric.hpp" ` - libboost-dev version...

To make it clear, the whole tranlation can be described as follows: ```plain (1)world coordinate(unscaled)(2)world coordinate, but self.origin is the origin(unscaled)(3)sdf grid coordinate(scaled) ``` (3) to (2) is simply a...