Example #1
0
 void DisplayToBeRenderedRegions()
 {
     //RootQuadTree.CheckForIntersectionWithQuad(botFrustumCenter.transform.position, CreateQuad());
     RootQuadTree.CheckForIntersectionWithQuad(botFrustumCenter.transform.position, RootQuadTree.ClampLines(CreateQuad()));
 }