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