Changeset 10618 in orxonox.OLD for trunk/src/lib/collision_detection
- Timestamp:
- Apr 4, 2007, 12:13:53 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 16 16 OrxonoxPlayability.kdevses 17 17 OrxonoxPlayability.kdevelop.pcs 18 orxonox.backtrace 19 orxonox.kdevses 20 orxonox.kdevelop.pcs
-
- Property svn:ignore
-
trunk/src/lib/collision_detection/cd_engine.cc
r10033 r10618 22 22 #include "model.h" 23 23 #include "world_entity.h" 24 #include " terrain.h"24 #include "environments/terrain.h" 25 25 // #include "player.h" 26 26 … … 30 30 31 31 #include "bsp/bsp_manager.h" 32 #include " bsp_entity.h"32 #include "environments/bsp_entity.h" 33 33 34 34 -
trunk/src/lib/collision_detection/obb_tree_node.cc
r10033 r10618 629 629 PRINTF(5)("s = %f, rA+rB = %f\n", fabs(t.dot(l)), rA+rB); 630 630 631 //TODO valgrind complains about uninitialised value here 631 632 if( (rA + rB) < fabs(t.dot(l))) 632 633 {
Note: See TracChangeset
for help on using the changeset viewer.