You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
gmp from vcpkg will begin to link with dynamic libs,
we will move from OpenMVS to something not dependent on gmp,
or we will not use vcpkg and will compile dependencies from source.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: