Bubba-3D
0.9.0
Awesome game engine!
|
#include <ColliderFactory.h>
Static Public Member Functions | |
static Collider * | getTwoPhaseCollider () |
Class responsible for creating colliders
Definition at line 29 of file ColliderFactory.h.
|
static |
Retuns a two phase collider. The first phase will be a fast, inaccurate test and the second phase will be a exact test.
Definition at line 26 of file ColliderFactory.cpp.