I get a problem.

A place for users of OGRE to discuss ideas and experiences of utilitising OGRE in their games / demos / applications.
sailalone
Gnoblar
Posts: 1
Joined: Tue Mar 08, 2005 2:40 pm

I get a problem.

Post by sailalone »

I am using OGRE for days. In a project, I created a application(ODE) object in a scene, then I yawed and rolled the SceneNode of the object and I found the ODEBody was still unchange, which made me fail in collision. Could anyone tell me how to make the ODEBody change with the SceneNode.
User avatar
sinbad
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 19269
Joined: Sun Oct 06, 2002 11:19 pm
Location: Guernsey, Channel Islands
x 66

Post by sinbad »

This is a problem which has been solved many times - look at the code in ReferenceApplication/RefAppLayer or OgreODE in the ogreaddons area - both do this.