[Oshita Lab.][Software] | [Japanese] |
This is a simple C++ program that loads a BVH motion file.
It also includes a function for drawing the loaded motion using OpenGL and GLUT.
The bvh class is designed to store the skeleton and motion data in a simillar structure with the BVH file format.
- Executable program (for Windows) [bvh_player.exe]
Usage
EL key: loads a new bvh file. (You need a bvh file.)
- Source code [bvh_player.zip]
The source code includes the Bvh class and a sample application with a Visual Studio 2007 project.
All comments in the source code are in Japanese. You may need to remove them to compile them on a platform that doesn't support multi-language. Sorry for your inconvenience.
This software is released under the MIT license.