problem with mercior's example integrating newton physics

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Monkey
Posts: 6
Joined: Mon Jan 12, 2004 10:22 pm

problem with mercior's example integrating newton physics

Post by Monkey »

Hi, I've got an problem with mercior's example integrating newton physics into irrlicht and searching the forum didn't have helped me.

What's the problem ? I'm using dev-cpp and irrlicht 0.11 and I have compiled the example successfull and it runs well except one thing:

When pressing the left mouse-button a crate should be created and thrown forward, but it doesn't ! While debugging I see that the onevent-method is not called anytime !?! What's wrong with it ?

The only change I made to the source-code is an update of a function-call due to a newer version of newton.

The original example is based on irrlicht 0.6, has something changed in the event-handling since that version ? (It uses the FPS camera, but also does the demo-example that comes with irrlicht-sdk ...)

With regards, Thomas
Post Reply