views:

67

answers:

1

Hi

I am trying to animate a skeleton using a BVH file. I am doing this in pyopengl. Now I have googled and got to know that python has a generic module that can be used to read BVH file but i don't know how to use it or how to import that module. Can anyone help me with that. Any sample code or any other help would be appreciated.

Thanks Vikram

A: 

Hi

I know what .bvh file is and its configuration. The only ting is I have to read this file in python and if I am correct there is an inbuilt module named cgkit in python which has features to read .bvh file using some BVHReader function. I want to know if somebody could help me in how to import or install that module in python.

Thanks Vikram

Vic