Search code examples
pythonmeshpointpoint-cloudsmeshlab

Using meshlabxml remiss.simplify for mesh simplification


I have a .obj file with vertices and faces. I want to reduce the number of faces by mesh simplification and I intend to use meshlabxml to do that. The remesh.simplify function seems approprate for the task.

Can somebody explain the parameters and how I can use my .obj file to use for this mesh simplification function.

Thanks in advance


Solution

  • Use quadric-mesh-simplification repo.