Changeset 9100 in orxonox.OLD for branches/presentation/src/lib/graphics
- Timestamp:
- Jul 4, 2006, 4:14:59 AM (19 years ago)
- Location:
- branches/presentation/src/lib/graphics/importer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/graphics/importer/bsp_manager.cc
r9096 r9100 1236 1236 testPlane = this->collPlane; 1237 1237 } 1238 if( this->outputAllSolid)1238 if( this->outputAllSolid) 1239 1239 { 1240 1240 this->collPlane = new plane; -
branches/presentation/src/lib/graphics/importer/bsp_manager.h
r9080 r9100 28 28 29 29 30 #define BSP_X_OFFSET 40.0f30 #define BSP_X_OFFSET 20.0f 31 31 #define BSP_Y_OFFSET 40.0f 32 #define BSP_Z_OFFSET 40.0f32 #define BSP_Z_OFFSET 20.0f 33 33 34 34
Note: See TracChangeset
for help on using the changeset viewer.