Changeset 8776 in orxonox.OLD for trunk/src/lib/collision_detection
- Timestamp:
- Jun 25, 2006, 11:47:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/obb_tree_node.cc
r8316 r8776 676 676 677 677 /* draw world axes */ 678 if( 1 /*drawMode & DRAW_BV_AXIS*/)679 {680 glBegin(GL_LINES);681 glColor3f(1.0, 0.0, 0.0);682 glVertex3f(0.0, 0.0, 0.0);683 glVertex3f(3.0, 0.0, 0.0);684 685 glColor3f(0.0, 1.0, 0.0);686 glVertex3f(0.0, 0.0, 0.0);687 glVertex3f(0.0, 3.0, 0.0);688 689 glColor3f(0.0, 0.0, 1.0);690 glVertex3f(0.0, 0.0, 0.0);691 glVertex3f(0.0, 0.0, 3.0);692 glEnd();693 }678 // if( 1 /*drawMode & DRAW_BV_AXIS*/) 679 // { 680 // glBegin(GL_LINES); 681 // glColor3f(1.0, 0.0, 0.0); 682 // glVertex3f(0.0, 0.0, 0.0); 683 // glVertex3f(3.0, 0.0, 0.0); 684 // 685 // glColor3f(0.0, 1.0, 0.0); 686 // glVertex3f(0.0, 0.0, 0.0); 687 // glVertex3f(0.0, 3.0, 0.0); 688 // 689 // glColor3f(0.0, 0.0, 1.0); 690 // glVertex3f(0.0, 0.0, 0.0); 691 // glVertex3f(0.0, 0.0, 3.0); 692 // glEnd(); 693 // } 694 694 695 695
Note: See TracChangeset
for help on using the changeset viewer.