Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4669 in orxonox.OLD


Ignore:
Timestamp:
Jun 23, 2005, 6:15:06 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: the cubes have now minimal length

File:
1 edited

Legend:

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

    r4668 r4669  
    686686
    687687    /* draw bounding box */
    688     glBegin(GL_LINE_LOOP);
     688    glBegin(GL_QUAD_STRIP);
    689689    glVertex3f(cen.x + axis[0].x * len[0] + axis[1].x * len[1] + axis[2].x * len[2],
    690690               cen.y + axis[0].y * len[0] + axis[1].y * len[1] + axis[2].y * len[2],
Note: See TracChangeset for help on using the changeset viewer.