CapsuleGeometry walking character demo exception

shandoo

18-04-2007 23:16:09

Hi

In the walking character demo in the wiki I get an exception in this line:

OgreOde::CapsuleGeometry* torsoGeom = new OgreOde::CapsuleGeometry(radius,size.y-4*radius,_world,dollSpace);

Any ideas??

thanks a lot.

rewb0rn

21-04-2007 00:52:58

this is a version conflict that has been mentioned before. Try the latest ogreode from cvs

shandoo

22-04-2007 01:34:04

thanks for the reply