Visual debugger - flags

Progger

12-08-2010 19:32:30

Hi,
I have a question in terms of visual debugger. How you could visualize the shapes of the bodies only?
There are many enums/flags and I thought "VisualDebugger_Collision_Shapes" would be the correct one but no matter what enum you use there is only difference in showing all the possible objects or nothing.

In "VisualDebugger::setVisualisationMode(NxOgre::Enums::VisualDebugger dm)" is every flag set to true ignoring the parameter dm (desired flag).
Is it a todo feature?