Revision 7bf75793
     Added by danij over 11 years ago
    Added by danij over 11 years ago
  
  
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday- client- client.pro (diff)
- include- ConvexSubspace
- world- bsp- convexsubspace.h
- convexsubspaceproxy.h
- linesegment.h (diff)
 
- bspleaf.h (diff)
- convexsubspace.h
 
- bsp
 
- src
 
 
- client
Refactor|World|BspLeaf: Extracted ConvexSubspace from BspLeaf
To avoid collision and name overloading, the BSP builder's component
of the same name was renamed as ConvexSubspaceProxy. In the future
much of this functionality can and should be relocated.
Todo:
- Determine whether the Polyobj link set can be moved
- SectorCluster should now be a set of ConvexSubspaces
- ConvexSubspace should be a DMU object (takes BspLeaf's place)
- Cleanup/update API docs