Files
tinygltf/examples/skinning
2018-10-07 21:25:19 +09:00
..
2018-10-07 21:25:19 +09:00
2018-09-24 02:00:43 +09:00
2018-10-07 21:25:19 +09:00
2018-09-22 17:51:05 +09:00
2018-09-22 17:51:05 +09:00
2018-10-07 21:25:19 +09:00
2018-10-07 21:25:19 +09:00

Simple glTF skinning sample with CPU skinning implementation.

Example use CPU implementation of skinning for the explanation of how to process skin property in glTF format.

Animation and skinning code is based on SacchaWillems' Vulkan-glTF-PBR: https://github.com/SaschaWillems/Vulkan-glTF-PBR

OpenGL is still used to display renderings.

Build on Linux and macOS

$ premake5 gmake
$ make
$ ./bin/native/Debug/skinning simple-skin.gltf

Note on asset

simple-skin.gltf is grabbed from gltfTutorial https://github.com/KhronosGroup/glTF-Tutorials/blob/master/gltfTutorial/gltfTutorial_019_SimpleSkin.md