Changeset 10601 in orxonox.OLD for branches/cleanup/src/lib/graphics
- Timestamp:
- Mar 23, 2007, 12:21:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/lib/graphics/importer/bsp/bsp_manager.cc
r10599 r10601 982 982 float endDistance = end->dot(node->plane) - node->d; 983 983 float startDistance = start->dot(node->plane) - node->d; 984 985 984 986 985 if( node->isLeaf) { 987 986 leaf& curLeaf = this->bspFile->leaves[node->leafIndex]; … … 999 998 } 1000 999 1001 1000 //TODO valgrind complains about uninitialised value here 1002 1001 if (startDistance >= 0 && endDistance >= 0) // A 1003 1002 { // both points are in front of the plane
Note: See TracChangeset
for help on using the changeset viewer.