↧
Answer by user35344 for QuadTree nice design for nodes
My approach is that there is a IQuadTreeItem class that has a member QuadTreeNode to the parent node and a virtual method ToBounding() that returns the correct bounding container. I think the member...
View ArticleQuadTree nice design for nodes
I'm using c++ and have some problems with the QuadTree design.I have some components which are not related to the QuadTree directly. These components are eg. RenderableMesh, PointLight, etc. Some of...
View Article