meshlab

python call the meshlab snapshot function

python call the meshlab snapshot function Question: I am new to meshlab, I can not find the function in meshlabsever or pymeshlab, and I want to take the snapshot in obj files.enter image description here Asked By: ziwenjie || Source Answers: That function is unique to meshlab, and does not exists in pymeshlab nor meshlabserver. …

Total answers: 2

mesh decimation in python

mesh decimation in python Question: I have a high resolution triangular mesh with about 2 million triangles. I want to reduce the number of triangles and vertices to about ~10000 each, while preserving its general shape as much as possible. I know this can be done in Matlab using reducepatch. Another alternative is qslim package. …

Total answers: 5