| |
| | DevMaster.net - BSP Trees: Theory and Implementation |
 | | When a BSP-tree is created, one has to decide whether the need is of a balanced tree, meaning that there should not be too big a difference in depth between the left and the right sub tree of each node, or try to limit the number of splits, since each split creates new polygons. |
 | | A leafy tree can be created, meaning that all polygons are put into the leaf nodes, thus the dividing polygons have to be categorized to be on one of the sides. |
 | | In the left sub tree {1,2,6,7} is on the convex hull so they cannot be used as dividers. |
| www.devmaster.net /articles/bsp-trees (3525 words) |
|