ghiboz
11-05-2007 11:39:56
hi!
i wish to try nxogre, but i have serious problems:
I compiled nxogre and all works fine
I compiled the tutorials and except 2 the other compiled;
i try to run and don't work, 'cause can't find the config files (config.yaml and resources.cfg but are in the folder)
if i run the tutorial nxTutorial101.exe, appears the dosbox, the scene, i see the yellow cube for a while and after crash.
last thing, i have a ogre project, i linked all the necessary, i do this thing:
but when i create a new world, go on error, exactly here:
in nxogre_world.cpp #96
the mPhysicsSDK returns 0x00000000
what can I do?
i have the latest ogre, NxOgre.0.4.RC3 +patch and PhysX_2.6.2_SDK_Core installed
regards
ghiboz
i wish to try nxogre, but i have serious problems:
I compiled nxogre and all works fine
I compiled the tutorials and except 2 the other compiled;
i try to run and don't work, 'cause can't find the config files (config.yaml and resources.cfg but are in the folder)
if i run the tutorial nxTutorial101.exe, appears the dosbox, the scene, i see the yellow cube for a while and after crash.
last thing, i have a ogre project, i linked all the necessary, i do this thing:
void ghibozTest::createScene(void)
{
//NX
// 1. Start up NxOgre and pass on Ogre Root and the SceneManager as arguments.
mWorld = new world();
mSceneMgr->setSkyBox(true, "Sky/CloudyNoonSkyBox");
Entity* floor = mSceneMgr->createEntity("Floor", "Plane01.mesh" );
SceneNode* floornode = mSceneMgr->getRootSceneNode()->createChildSceneNode( "FloorNode" );
floornode->attachObject( floor );
but when i create a new world, go on error, exactly here:
mPhysicsSDK = NxCreatePhysicsSDK(NX_PHYSICS_SDK_VERSION, NULL, mError);
in nxogre_world.cpp #96
the mPhysicsSDK returns 0x00000000
what can I do?
i have the latest ogre, NxOgre.0.4.RC3 +patch and PhysX_2.6.2_SDK_Core installed
regards
ghiboz