Kwazar
03-11-2007 11:49:53
Hi!
My soft:
-Microsoft Visual C++ EE 2005
-Ogre 1.4.5
-PhysX 2.7.2
-NxOgre 0.9-38
I have initialized successfully Ogre and OIS. When I was debugging this simple code.
Debugger is pointing on this piece of code in file NxOgrePhysXDriver.cpp:
I don't know what I'm doing wrong.
Can samebody give me the simpliest, working code using Ogre and NxOgre, or explain what I'm doing wrong ?
My soft:
-Microsoft Visual C++ EE 2005
-Ogre 1.4.5
-PhysX 2.7.2
-NxOgre 0.9-38
I have initialized successfully Ogre and OIS. When I was debugging this simple code.
//this code is placed before rendering.
App::Params.logtype = PhysXDriverParams::LT_HTML;
App::Params.useFrameListener = true;
mWorld = new NxOgre::World( Params );
Debugger is pointing on this piece of code in file NxOgrePhysXDriver.cpp:
if (params.useFrameListener)
_createFrameListener(); // <-- there
I don't know what I'm doing wrong.
Can samebody give me the simpliest, working code using Ogre and NxOgre, or explain what I'm doing wrong ?