dioram / Elektronik

Инструмент для тестирования и отладки SLAM. Tools for testing and debugging SLAM.
MIT License
19 stars 7 forks source link

Mesh reconstruction does not work on linux #51

Closed KrasnovPavel closed 3 years ago

KrasnovPavel commented 3 years ago

Mesh reconstruction uses OpenMVS library for building mesh. OpenMVS depends on CGAL which is depends on gmp. And gmp from vcpkg can not be linked to dynamic library on linux. See here. Also Unity does not supports static native libs.

So mesh rendering will not work on linux until one of following: