tsky
12-02-2007 14:30:55
Hi,
i try to create my bodies in this manner:
the variable are correct set, but the body always result me an "unamed_xx" name !?
Anyone idea why ?
tom
i try to create my bodies in this manner:
[NxOgre 0.4RC3]
Ogre::String strName;
Ogre::String strMeshName;
Ogre::String strParentName;
.
.
.
pCubeShape = getCubeShape(pChildElem);
pShapeGroup->addShape(pCubeShape);
.
.
.
pBody = m_pNxOgreSceneRef->createBody(strName,
strMeshName,
pShapeGroup,
fDensity,
m_Pose);
the variable are correct set, but the body always result me an "unamed_xx" name !?
Anyone idea why ?
tom