55 #ifndef ACG_GL_TEXT_HH
56 #define ACG_GL_TEXT_HH
61 #include "../Math/VectorT.hh"
73 const std::string& _text,
74 void* _font = GLUT_BITMAP_8_BY_13);
78 const std::string& _text,
79 void* _font = GLUT_BITMAP_8_BY_13);
85 #endif // ACG_GL_TEXT_HH defined
Namespace providing different geometric functions concerning angles.
VectorT< signed int, 2 > Vec2i
void glText(const Vec3f &_pos, const std::string &_text, void *_font)
Text output in OpenGL, given 3D text position.