meshlab
meshlab copied to clipboard
Missing plugins when build from source code
Hi,
I am trying to develop a self defined plugin for meshlab. So i downloaded the source code and build from source following the instructions. Finally, after the ALL_BUILD is generated, i can see the window of meshlab, but plugins and some modules are missed. It can not even load a stl file.
The plugins can be generated successfully, but they are missed in the window.
The problem now is meshlab compiled for window can not load files nomatter what format the file is (stl, ply, obj...). I have seem some tutorials about how compling meshlab for windows. All of the tutorials stopped as meshlab window showed succeed, should i do something else to make meshlab available to input some meshmodels?
you can load plugins in help tool,here you can load plugins you need.
make sure to build all the io
(input/output) plugins.
same issue with me