The BVH Reader

DANGER! Source Code DANGER!
...and here's a link to the executable: proj1.exe (note it won't work since it appears that the BVH files were moved...)


For my programming assigment I did the following:

Outside libraries used:

Matrix (written by somnath@kagi.com)
Used to preform the Matrix transformations. A very handy tool to have!
Quat.cpp (written by Laurent Schmalen)
Written for demo writers, this quaternion object is small, yet powerful.