Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2005, 11:59:09 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some more changes to display the data correctly

File:
1 edited

Legend:

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

    r4550 r4553  
    4444 private:
    4545  unsigned int        treeIndex;                  //!< Index number of the BV in the tree
     46  sVec3D*             vertices;                   //!< pointer to the vertices data
     47  int                 numOfVertices;              //!< number of vertices in vertices data
    4648
    4749};
Note: See TracChangeset for help on using the changeset viewer.