Elpoet
12-01-2008 22:42:49
I got my robot(NxOgre character) and I got a plain wall(NxOgre body). but they don't collide :S
my character:
my body:
my character:
NxOgre::Character *wall2 = mScene->createCharacter("wall2", Vector3( 666, 0, 333 ), "type: box, dimensions: 325 325 50");
my body:
NxOgre::Body *walls = mScene->createBody ("Cube.mesh", new nxOgre::CubeShape(1),Vector3(x,y,z), "mass: 10" );