ShowBounds in BaseGame

Hi !



I'm quite new with JME… I need to show the bounding boxes of the models loaded into my BaseGame… 

I don't understand how to do this, could anybody please help?

Which are the implemented methods I have to work on?



Thanks!!

just put this in your render method

 Debugger.drawBounds(node, display.getRenderer(), true);

A lot of thanks!!



I was using Debugger.drawBounds in the wrong place (method) :smiley: