Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 22, 2005, 7:10:54 PM (18 years ago)
Author:
bensch
Message:

heightMap: drawing works: *fu* GLubyte…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/height_map/src/lib/graphics/importer/vertex_array_model.h

    r6263 r6265  
    4040  void addColor(float r, float g, float b);
    4141
    42   void addIndice(GLubyte indice);
     42  void addIndice(GLuint indice);
    4343
    4444  void finalize();
     
    6161  std::vector<GLfloat>       colors;          //!< The Array that handles Colors.
    6262
    63   std::vector<GLubyte>       indices;         //!< The Array that tells us what Vertex is connected to which other one.
     63  std::vector<GLuint>        indices;         //!< The Array that tells us what Vertex is connected to which other one.
    6464
    6565  std::vector<GLuint>        stripes;         //!< A lsit of Stripes of this Model.
Note: See TracChangeset for help on using the changeset viewer.