Changeset 4673 in orxonox.OLD for orxonox/trunk
- Timestamp:
- Jun 23, 2005, 7:10:59 PM (19 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc
r4671 r4673 677 677 678 678 679 if( drawMode & DRAW_BV_POLYGON || drawMode & DRAW_ALL )679 if( drawMode & DRAW_BV_POLYGON || drawMode & DRAW_ALL || drawMode & DRAW_BV_BLENDED) 680 680 { 681 681 if( !(drawMode & DRAW_SINGLE && depth != 0)) -
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4671 r4673 57 57 58 58 drawMode = DRAW_MODEL; 59 depth = 2;59 depth = 0; 60 60 61 61 moduleHelp();
Note: See TracChangeset
for help on using the changeset viewer.