Remove dependency on IWorldObject by introducing callbacks, and change terminology from "world object" to "(world) entity"

This commit is contained in:
2025-09-27 21:37:58 +02:00
parent 3bea3f5a9b
commit 83141aeb14
5 changed files with 86 additions and 78 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# Quadtree
Quadtree for fast add, remove, and query of world objects. The world size does not have to be known in advance, instead the boundaries will be determined dynamically as objects are added.
Quadtree for fast add, remove, and query of world entities. The world size does not have to be known in advance, instead the boundaries will be determined dynamically as entities are added.