Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2006, 6:11:58 PM (18 years ago)
Author:
patrick
Message:

bsp: reading in the triangle informations

File:
1 edited

Legend:

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

    r8382 r8416  
    3939  };
    4040
     41
     42  typedef struct MD3Triangle  {
     43    int  vertexOffset[3];
     44  };
     45
     46
    4147class MD3Mesh
    4248{
     
    5056
    5157    //MD3Texture*      textures;                //!< array of textures of size textureNum
    52     int**              triangles;               //!< indices into mesh frames and texture coord arrays
     58    MD3Triangle*       triangles;               //!< indices into mesh frames and texture coord arrays
    5359    float*             textureCoords;           //!< U/V textures coordinates of vertices
    5460    Vector             meshFrames;              //!< mesh frames
Note: See TracChangeset for help on using the changeset viewer.