File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Some noteworthy characteristics:</b>
88- exclusively designed to work with AABBs
99- pre-built Quadtree eliminates need to create new "Quadnode" objects in real-time
1010- pre-built Quadtree has pre-calculated quadnode centers to eliminate arithmetic during real-time search within tree
11- - searches within quadrants occur only when 2 or more AABBs intersect the quadrant effectively culling needless extra searching within sub-quadrants
1211- AABBs will reference each other as being "nearby" when discovered to intersect the same quadnode at maximum tree depth
12+ - searches within quadrants occur only when 2 or more AABBs intersect the quadrant effectively culling needless extra searching within sub-quadrants
1313- Quadtree can be squared or rectangulated in real-time
1414- tree depth can be increased or decreased in real-time
1515
You can’t perform that action at this time.
0 commit comments