Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesh reconstruction does not work on linux #51

Closed
KrasnovPavel opened this issue Jul 26, 2021 · 0 comments
Closed

Mesh reconstruction does not work on linux #51

KrasnovPavel opened this issue Jul 26, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@KrasnovPavel
Copy link
Contributor

KrasnovPavel commented Jul 26, 2021

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.
@KrasnovPavel KrasnovPavel added the help wanted Extra attention is needed label Jul 26, 2021
@KrasnovPavel KrasnovPavel changed the title Mesh renderer not works in linux Mesh renderer not works on linux Jul 26, 2021
@KrasnovPavel KrasnovPavel changed the title Mesh renderer not works on linux Mesh renderer does not work on linux Jul 26, 2021
@KrasnovPavel KrasnovPavel changed the title Mesh renderer does not work on linux Mesh reconstruction does not work on linux Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant