SuperMegaMau
01-03-2006 14:34:37
hi,
When I try to create more than 1 moving object with OgreOde, I get this error:
This happens with the second moving object. I don't have any SceneNode named body_Debug, and I believe this is a PLSM2 problem because it works perfectly with TerrainSM!
The problem's node name changes the 2nd, 3rd and so on like:
PS: I do have something named body, that's the OgreOde::Body itself, but not body_Debug...
When I try to create more than 1 moving object with OgreOde, I get this error:
An exception has been thrown!
-----------------------------------
Details:
-----------------------------------
Error #: 6
Function: PagingLandScapeOctreeSceneManager::createSceneNode
Description: A scene node with the name body_Debug already exists.
File: OgrePagingLandScapeOctreeSceneManager.cpp
Line: 598
Stack unwinding: <<beginning of stack>>
This happens with the second moving object. I don't have any SceneNode named body_Debug, and I believe this is a PLSM2 problem because it works perfectly with TerrainSM!
The problem's node name changes the 2nd, 3rd and so on like:
Description: A scene node with the name OgreOde::Geometry_1_Debug already exists.
allways Geometry_1_Debug...PS: I do have something named body, that's the OgreOde::Body itself, but not body_Debug...