Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2005, 6:32:17 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some smaller changes, possible to define scale factor per model, rest of cleanup work finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/md2Model.h

    r4281 r4282  
    164164 private:
    165165  MD2Data* data;
    166  
    167   int numFrames;
    168   int numVertices;
    169   int numTriangles;
    170   int numGLCommands;
    171   char* fileName;
    172   char* skinFileName;
    173   MD2Header* header;
    174166
    175   sVec3D* pVertices;
    176   int* pGLCommands;
    177   int* pLightNormals;
    178   glCommandVertex* pGLCommands2;
    179  
    180 
    181   Material* material;
     167  float scaleFactor;
    182168  sAnimState animationState;
    183   float scaleFactor;
    184169};
    185170
Note: See TracChangeset for help on using the changeset viewer.