Package com.jme3.bullet.debug
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 TypeMethodDescriptionboolean
displayObject
(Object obj) Test whether the specified physics object should be rendered in the debug scene.
-
Method Details
-
displayObject
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
-