• Stars
    star
    137
  • Rank 266,121 (Top 6 %)
  • Language
    C++
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

3D model viewer for the eos Morphable Model library

eos-model-viewer

3D model viewer for the eos Morphable Model library

This is a viewer that displays Morphable Models from the eos Morphable Model library (github.com/patrikhuber/eos). It allows to play around with the shape and colour PCA models as well as the blendshapes.

Screenshot of the viewer

Build & installation

It uses libigl's 3D viewer.

Note: The viewer works well, but the code is not very polished and will crash if you do unexpected things (e.g. cancel the loading dialogues). The CMake scripts are in serious alpha-stage - You are on your own compiling it!

Make sure to clone the repository with --recursive, or, if already cloned, run git submodule update --init --recursive.

Running the viewer

The viewer can be given a -m and -b options to open a specific model and blendshapes. If you don't specify these options, a GUI file dialog will pop up, asking you to first select the model, and then the blendshapes file.