Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2005, 2:31:24 AM (20 years ago)
Author:
patrick
Message:

christmas: test_entity is now also loadable and heavily used in the christmas branche

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/christmas_branche/src/lib/graphics/importer/md2Model.h

    r6199 r6207  
    241241  static float        anormsDots[SHADEDOT_QUANT][256];  //!< the anormals dot products
    242242  static sAnim        animationList[21];                //!< the anomation list
     243   //! again one of these strange id software parts
     244  float*              shadeDots;
    243245
    244246  MD2Data*            data;                             //!< the md2 data pointer
     
    247249  float               scaleFactor;                      //!< the scale factor (individual)
    248250  sAnimState          animationState;                   //!< animation state of the model
     251  sVec3D              verticesList[MD2_MAX_VERTICES];   //!< place to temp sav the vert
    249252};
    250253
Note: See TracChangeset for help on using the changeset viewer.