public static class PhysicsGhostObject
extends java.lang.Object
From Bullet manual:
GhostObject can keep track of all objects that are overlapping.
By default, this overlap is based on the AABB.
This is useful for creating a character controller,
collision sensors/triggers, explosions etc.
- See Also:
- Serialized Form