Is it possible to only build meshlabserver? #871
-
Hi team, I would like you use meshlabserver on my server to convert obj file to u3d. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
alemuntoni
Dec 18, 2020
Replies: 1 comment 4 replies
-
MeshLab has a plugin architecture, therefore you could build just what you need;
Cmake allows to select which targets to build. However, to convert u3d files (until u3d exporter will not work in PyMeshLab), I suggest to use the following pipeline:
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
alemuntoni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MeshLab has a plugin architecture, therefore you could build just what you need;
Cmake allows to select which targets to build.
However, to convert u3d files (until u3d exporter will not work in PyMeshLab), I suggest to use the following pipeline: