Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 20, 2006, 1:22:54 AM (18 years ago)
Author:
patrick
Message:

bsp: md3 child models work started

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/graphics/importer/md3/md3_model.h

    r8591 r8597  
    6161    bool                bDrawNormals;      //!< draw the normals
    6262
     63    MD3AnimationCfg*    config;            //!< the config file parsed
     64
    6365    MD3BoneFrame*       tmpBoneFrame;      //!< a temporary bone frame
    6466    sVec3D**            tmpMesh;           //!< a temporary mesh frame
     
    6668    float**             tmpMatrix;         //!< a temporary matrix
    6769
    68     MD3AnimationCfg*    config;            //!< the config file parsed
    6970};
    7071
Note: See TracChangeset for help on using the changeset viewer.