How to view bounding box mesh?

I tried to run TestwalkingCharacter

but dont see any CapsuleCollisionShape mesh around my player…



how to enable this mesh

???

try [java]

this.getStateManager().getState(BulletAppState.class).getPhysicsSpace().enableDebug(this.getAssetManager());

[/java]