MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
643 stars 147 forks source link

Cannot view meshes #77

Closed eventhorizon02 closed 1 year ago

eventhorizon02 commented 1 year ago

I followed the README instructions to install meshviewer. I activated the virtual environment and after entering 'meshviewer view sphere.obj' I get : INFO:root:started remote viewer on port 50261 so it looks like it works, but I am not seeing the window or the object

eventhorizon02 commented 1 year ago

the solution was in another open issue: sudo apt-get install python3-opengl. Also you have to specify the path to the object to be displayed as in meshviewer view data/unittest/sphere.obj