alecjacobson / skeleton-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skeleton builder

Get started with:

git clone --recursive http://github.com/alecjacobson/skeleton-builder

This small application loads in a 3D model as a mesh and launches an then an interactive OpenGL window where the user can draw a linear blend skinning skeleton inside of the model. When finished, the the skeleton can be saved as a .tgf file.

Compilation

mkdir build
cd build
cmake ../
make

Execution

./skeleton_builder mesh.obj

For example if you issue:

./skeleton_builder ../big-buck-bunny.obj

You could make a skeleton like this:

See also

About


Languages

Language:C++ 91.9%Language:CMake 8.1%