Package com.jme3.bullet.debug
Interface DebugInitListener
public interface DebugInitListener
Callback interface used to add lighting to the debug scene.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulletDebugInit
(com.jme3.scene.Node physicsDebugRootNode) Callback from BulletDebugAppState, invoked just before the debug scene is added to the debug viewports.
-
Method Details
-
bulletDebugInit
void bulletDebugInit(com.jme3.scene.Node physicsDebugRootNode) Callback from BulletDebugAppState, invoked just before the debug scene is added to the debug viewports. A good time to add lights or shadows or set the cull hint.- Parameters:
physicsDebugRootNode
- the root node of the debug scene (not null)
-