Changeset 8318 in orxonox.OLD for branches/bsp_model/src/lib/graphics/importer
- Timestamp:
- Jun 11, 2006, 2:56:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc
r8317 r8318 939 939 if(this->outputFraction == 1.0f) 940 940 { 941 if(this->outputAllSolid) collision = true; 941 if(this->outputAllSolid) 942 { 943 this->collPlane = new plane; 944 this->collPlane->x = 1.0f; 945 this->collPlane->y = 0.0f; 946 this->collPlane->z = 0.0f; 947 collision = true; 948 949 } 942 950 else collision = false; 943 951 out = dest;
Note: See TracChangeset
for help on using the changeset viewer.