62 #include <ACG/Config/ACGDefines.hh>
65 #if defined(ARCH_DARWIN)
68 #include <OpenGL/gl.h>
86 #include "../Math/VectorT.hh"
265 bool ACGDLLEXPORT
openGLVersion(
const int _major,
const int _minor );
271 #endif // ACG_GLTEXT_HH defined
Namespace providing different geometric functions concerning angles.
bool openGLVersion(const int _major, const int _minor)
void glColor(const Vec3f &_v)
Wrapper: glColor for Vec3f.
bool checkExtensionSupported(const std::string &_extension)
void glTexCoord(const Vec2f &_t)
Wrapper: glTexCoord for Vec2f.
void glNormal(const Vec3f &_n)
Wrapper: glNormal for Vec3f.
void glVertex(const Vec2i &_v)
Wrapper: glVertex for Vec2i.