🏠ExamplesSpaceQuad TreeOn this pageQuad Treesource: examples/src/04-space/quadtree.tsSparse tree{ objectNum: 20; maxObjectsInLeaf: 5; maxTreeLevels: 2;}CopyAggressive split{ objectNum: 50; maxObjectsInLeaf: 2; maxTreeLevels: 4;}CopyDense tree{ objectNum: 500; maxObjectsInLeaf: 20; maxTreeLevels: 4;}Copy