DBVTBroadPhase constructor

DBVTBroadPhase()

broad-phase algorithm using dynamic bounding volume tree.

Implementation

DBVTBroadPhase(){
  types = BroadPhaseType.volume;
}