Benjiro
17-06-2009 07:06:25
Hi Guys,
Im having trouble loading in a try mesh and rendering it too the screen
Compiles and runs by crashs with Unhandled exception at 0x03bf9116 in Framework.exe: 0xC0000005: Access violation reading location 0x00000008. its runs fine if i change TriangleGeometry to Convex
Im having trouble loading in a try mesh and rendering it too the screen
NxOgre::ResourceSystem::getSingleton()->openArchive("myLevel", "file:../media/NxObject");
mlevel = NxOgre::MeshManager::getSingleton()->load("myLevel:level.nxs");
mCube = mRenderSystem->createBody(new NxOgre::TriangleGeometry(mlevel), NxOgre::Real3(0,0,-500), "Cylinder04.mesh");
Compiles and runs by crashs with Unhandled exception at 0x03bf9116 in Framework.exe: 0xC0000005: Access violation reading location 0x00000008. its runs fine if i change TriangleGeometry to Convex