Changeset 6207 in orxonox.OLD for branches/christmas_branche/src/lib/graphics/importer/md2Model.h
- Timestamp:
- Dec 21, 2005, 2:31:24 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/lib/graphics/importer/md2Model.h
r6199 r6207 241 241 static float anormsDots[SHADEDOT_QUANT][256]; //!< the anormals dot products 242 242 static sAnim animationList[21]; //!< the anomation list 243 //! again one of these strange id software parts 244 float* shadeDots; 243 245 244 246 MD2Data* data; //!< the md2 data pointer … … 247 249 float scaleFactor; //!< the scale factor (individual) 248 250 sAnimState animationState; //!< animation state of the model 251 sVec3D verticesList[MD2_MAX_VERTICES]; //!< place to temp sav the vert 249 252 }; 250 253
Note: See TracChangeset
for help on using the changeset viewer.