8000 GitHub - VLAM3D/nanomeshview: Mesh viewer based on libigl and nanogui
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VLAM3D/nanomeshview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanomeshview

Mesh viewer based on libigl and nanogui

The main motivation is to view Draco compressed mesh files which are not yet supported by popular mesh viewer.

Currently based on a branch of libigl until this branch is clean enough to submit a proper pull request.

How to build

libigl uses submodules --recursive is mandatory

Windows x64 example, update for your platform:

git clone --recursive https://github.com/VLAM3D/libigl.git
git clone https://github.com/VLAM3D/nanomeshview
cd nanomeshview
mkdir build
cd build
cmake .. -G "Visual Studio 14 2015 Win64" -DLIBIGL_USE_STATIC_LIBRARY=ON -DLIBIGL_WITH_NANOGUI=ON -DLIBIGL_DIR=c:/dev/libigl

The last command must be run 4x times, for some yet unknown reason the CC preprocessor variables from Draco ex: ENABLE_MESH_COMPRESSION are not defined on the first run.

This is probably caused by using add_subdirectory in libigl CMakeList.txt instead of using find_package.

Open solution and build nanomeshviewer_bin.

About

Mesh viewer based on libigl and nanogui

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0