Broadphase algorithm type for Space collision detection.
DYNAMIC_AABB_TREE
SWEEP_AND_PRUNE
SPATIAL_HASH
Converted from nape-compiled.js lines 30858–30909.
Static
Broadphase algorithm type for Space collision detection.
DYNAMIC_AABB_TREE— dynamic AABB tree broadphase (default, general purpose)SWEEP_AND_PRUNE— sweep-and-prune broadphaseSPATIAL_HASH— spatial hash grid broadphase (best for dense, uniform-size scenes)Converted from nape-compiled.js lines 30858–30909.