How to use PhysX's remote debugger with NxOgre

Immoho

22-12-2007 11:08:22

First,open the debugger and then the render window of my application.
I got the NxScene in the New profiler.But I cant see the body's bounding lines created by my NxOgre although I turn the Draw bounds on.I saw the skybox's bounding line and the cycles.

I have already searched the NxOgre forum and found nothing about how to use it with NxOgre.
Thanks and merry Christmas :wink:

betajaen

22-12-2007 18:17:54

Something like:

mWorld->getPhysXDriver()->createRemoteDebuggerConnection("address", port);

Immoho

23-12-2007 03:21:52

Thanks.I will try it out later.