problem body name

ghiboz

16-05-2007 14:39:23

hi!
here's my code;

//declaration
NxOgre::Body *body;


//after........
body->setName("TestName");
//after I read the name
NxOgre::NxString sTmp = body->getName();
//sTmp = cube.mesh-291-2

it's my error or a bug in the bodies??

thanks :wink:

betajaen

16-05-2007 15:11:07

Not implemented yet.