CODBspTree::m_nThreshold
int CODBspTree::m_nThresholdThe minimum size threshold of a BSP node in this tree. If the rectangle of space that a node represents is smaller than this threshold in both the x and y directions, the space can no longer be divided. Thus, a node who's rectangle of space is smaller than this threshold becomes a leaf node.
See Also