menu
oimo_physics package
documentation
collision/broadphase/dbvt/dbvt_main.dart
DBVT
freeNodes property
freeNodes property
dark_mode
light_mode
freeNodes
property
List
<
DBVTNode
>
freeNodes
getter/setter pair
All the free nodes in the tree
Implementation
List<DBVTNode> freeNodes = List.filled(16384, DBVTNode());
oimo_physics package
documentation
collision/broadphase/dbvt/dbvt_main
DBVT
freeNodes property
DBVT class