Bullet Collision Detection & Physics Library
Classes
btGhostObject.h File Reference
#include "btCollisionObject.h"
#include "BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h"
#include "LinearMath/btAlignedAllocator.h"
#include "BulletCollision/BroadphaseCollision/btOverlappingPairCache.h"
#include "btCollisionWorld.h"
Include dependency graph for btGhostObject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  btGhostObject
 The btGhostObject 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. More...
 
class  btPairCachingGhostObject
 
class  btGhostPairCallback
 The btGhostPairCallback interfaces and forwards adding and removal of overlapping pairs from the btBroadphaseInterface to btGhostObject. More...