PyMeshLab
PyMeshLab copied to clipboard
How to call the "Save Snapshot" function
I want to take snapshot by meshlab in python
There is already the filter snapshot (please read the docs!!), however it is very limited and it needs to be improved.
Hi: how to get rid of the triangle meshes and points in the snapshot. Thanks
however it is very limited and it needs to be improved.
This means that, right now, there is no way to do what you are asking.
Can I render with pyglet or pyrender? thanks
You can use any other library that allows to make offline rendering. PyMeshLab exposes all the information of the meshes you need trough numpy arrays. I don't know when pymeshlab will allow to provide a proper offline rendering of a MeshSet, therefore for now I suggest to look for other alternatives. Whenever there will be updates on this, I'll write on this issue.