Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 7, 2005, 1:30:11 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: now the TextEngine generates Display-Lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/lib/graphics/font/glfont.h

    r3736 r3740  
    5656 
    5757  // OpenGL-specific
    58   TexCoord texCoord;             //!< A Texture Coordinate for this glyph
     58  //  TexCoord texCoord;             //!< A Texture Coordinate for this glyph.
     59  GLuint displayList;            //!< DiplayList to render this Glyph.
    5960};
    6061
Note: See TracChangeset for help on using the changeset viewer.