Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 25, 2006, 11:47:54 PM (18 years ago)
Author:
patrick
Message:

trunk: added weapons to the fps character

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_detection/obb_tree_node.cc

    r8316 r8776  
    676676
    677677  /* 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//   }
    694694
    695695
Note: See TracChangeset for help on using the changeset viewer.