Interface BulletDebugAppState.DebugAppStateFilter

All Known Implementing Classes:
AppDataFilter, CcdFilter, ClassFilter, DacUserFilter, FilterAll, NegativeAppDataFilter, UserFilter
Enclosing class:
BulletDebugAppState

public static interface BulletDebugAppState.DebugAppStateFilter
Interface to restrict which physics objects are visualized.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Test whether the specified physics object should be rendered in the debug scene.
  • Method Details

    • displayObject

      boolean displayObject(Object obj)
      Test whether the specified physics object should be rendered in the debug scene.
      Parameters:
      obj - the joint or collision object to test (unaffected)
      Returns:
      return true if the object should be rendered, false if not