Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 22, 2005, 2:07:49 PM (18 years ago)
Author:
patrick
Message:

collision_detection: removed some more unused variables

File:
1 edited

Legend:

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

    r5702 r5704  
    3636    const sVec3D*       vertices;                   //!< if CD_STORE_VERTICES enabled, this is the place, where the vert. will be sotred
    3737    int                 numOfVertices;              //!< number of vertices in the vertices buffer
    38     bool                bOrigVertices;              //!< is true if the vertices pointer points to the original model data - only important for deleting
    3938    const modelInfo*    modelInf;                   //!< Reference to the model's ModelInfo
    4039    const int*          triangleIndexes;            //!< Array with the triangle indexes in modelInfo
Note: See TracChangeset for help on using the changeset viewer.