Revision 3ca47ae4
Added by danij about 10 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