how to see lines of SphereShape, CubeShape...?

mtx123

12-11-2007 09:58:23

how to see lines of every body?

Body *myBody = mScene->createBody("mybody; barrel.mesh", new SphereShape(6.0f), NxOgre::Pose(Vector3(0,20,0), Quaternion(Degree(45), Vector3::UNIT_X)), "");

jchmack

15-11-2007 00:45:16

how to see lines of every body?

Body *myBody = mScene->createBody("mybody; barrel.mesh", new SphereShape(6.0f), NxOgre::Pose(Vector3(0,20,0), Quaternion(Degree(45), Vector3::UNIT_X)), "");


do a search on the "Remote Debugger". Its exactly what you need.