Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 22, 2005, 1:11:06 PM (18 years ago)
Author:
patrick
Message:

collision_detection: interface change, const war continued

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/collision_detection/src/lib/collision_detection/bounding_volume.h

    r5688 r5702  
    3737    int                 numOfVertices;              //!< number of vertices in the vertices buffer
    3838    bool                bOrigVertices;              //!< is true if the vertices pointer points to the original model data - only important for deleting
     39    const modelInfo*    modelInf;                   //!< Reference to the model's ModelInfo
     40    const int*          triangleIndexes;            //!< Array with the triangle indexes in modelInfo
     41    unsigned int        numTriangles;               //!< Number of triangles in this BV
    3942};
    4043
Note: See TracChangeset for help on using the changeset viewer.