I am trying to load/read a ply file using PyMesh and this line command:
mesh = pymesh.load_mesh("model.obj")
as it is in http://pymesh.readthedocs.io/en/latest/basic.html.
But this gives me an error "AttributeError: 'module' object has no attribute 'load_mesh'".
Am I doing anything wrong? Also I want to know if PyMesh really allows to visualize in 3d the objects.
Thank you.
Since you are look for
load_mesh()
method, i think that you are looking for this library. This is the related doc.If true, you have to install pymesh2
Otherwise you have to follow the instructions contained in that page as already suggested, but they are more complex.