Class MultiBodyDebugAppState

java.lang.Object
com.jme3.app.state.BaseAppState
com.jme3.bullet.debug.BulletDebugAppState
com.jme3.bullet.debug.MultiBodyDebugAppState
All Implemented Interfaces:
com.jme3.app.state.AppState

public class MultiBodyDebugAppState extends BulletDebugAppState
An AppState to manage debug visualization of a MultiBodySpace.
  • Field Details

    • logger2

      public static final Logger logger2
      message logger for this class
  • Constructor Details

    • MultiBodyDebugAppState

      public MultiBodyDebugAppState(DebugConfiguration config)
      Instantiate an AppState with the specified configuration. This constructor should be invoked only by MultiBodyDebugAppState.
      Parameters:
      config - the desired configuration (not null, alias created)
  • Method Details

    • updateShapes

      protected void updateShapes()
      Synchronize the collision-shape debug controls and axis visualizers with the collision objects in the PhysicsSpace.
      Overrides:
      updateShapes in class BulletDebugAppState