hi all ,
I have buy a model for 3dsmax (.3ds) and a motion capture (.bip) for animation .
How can i load them in glscene ?

I can load the model :
Actor.loadfromfile('file.3ds');

But i can not load animation (.bip or .bvh) :
Actor.animation.loadfromfile('animation.bip');

thank you