C++ Quadtree Implementation Part I

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=Ha0n9XMIOhI



Duration: 46:40
1,870 views
29


Today we livecoded a Quadtree implementation in C++ with some important limitations (for example it only holds points, not objects like boxes and spheres) and got through the insert function. Next up search and render!







Tags:
is50b
quadtree
c++