#include "OpenGLObject.h"
Include dependency graph for OpenGLObject.cpp:
Go to the source code of this file.
Variables | |
GLenum | arrayGLPrimitive [] = { GL_TRIANGLES, GL_TRIANGLE_STRIP, GL_QUADS, GL_QUAD_STRIP } |
GLenum | arrayGLType [] = { GL_VERTEX_ARRAY, GL_NORMAL_ARRAY, GL_COLOR_ARRAY, GL_TEXTURE_COORD_ARRAY } |
GLenum | arrayGLFormat [] = { GL_FLOAT, GL_UNSIGNED_BYTE } |
|
Definition at line 11 of file OpenGLObject.cpp. Referenced by OpenGLObject::draw(). |
|
Author: Petter Alstermark, petter@alstermark.com Definition at line 9 of file OpenGLObject.cpp. Referenced by OpenGLObject::draw(). |
|
Definition at line 10 of file OpenGLObject.cpp. Referenced by OpenGLObject::draw(). |