Octrees are used to divide the world recursively into octants (8 equal-size parts). The recursion continues until the the data being quantified is below the cutoff point. E.g., until each octant contains no more than X polygons. Once the recursion is done, the areas provide an efficient way to manage information about the content within (for the purposes of culling, etc.).