freeNodes property

List<DBVTNode> freeNodes
getter/setter pair

All the free nodes in the tree

Implementation

List<DBVTNode> freeNodes = List.filled(16384, DBVTNode());