/[hegemonie]/hegemonie/Headers/Model/MdlModel.h
ViewVC logotype

Diff of /hegemonie/Headers/Model/MdlModel.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by c-leo, Tue Aug 19 09:40:15 2003 UTC revision 1.7 by ano, Tue Aug 19 15:31:25 2003 UTC
# Line 25  Line 25 
25  #define MDL_MODEL_H  #define MDL_MODEL_H
26    
27  #include <Foundation/NSObject.h>  #include <Foundation/NSObject.h>
28    #include <Foundation/NSData.h>
29    
30  @class NSString;  @class NSString;
31  @class NSMutableDictionary;  @class NSMutableDictionary;
# Line 46  Line 47 
47    
48    unsigned  _nbVertices;    unsigned  _nbVertices;
49    unsigned  _nbElements;    unsigned  _nbElements;
50    unsigned *_verticeIndices;    
51    coord_t    *_vertices;    NSMutableData *_verticeIndicesData;
52      unsigned      *_verticeIndices;
53    
54      NSMutableData *_verticesData;
55      coord_t       *_vertices;
56    
57      NSMutableData *_normalesData;
58    coord_t    *_normales;      coord_t    *_normales;  
59    
60      NSMutableData *_texturesCoordData;
61    tex_coord_t *_texturesCoord;    tex_coord_t *_texturesCoord;
62  }  }
63    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26