[SOLVED] Collision shape wireframe in 3.1

Hey there!

How do I enable wireframe mode for collision shapes? The only way I know is .getPhysicsSpace().enableDebug(assetManager) but this non-existant in 3.1.

use bulletAppState.setDebugEnabled(true);

Ok, thanks!!!