VAPOR3 3.9.4
|
Replements Legacy OpenGL API using OpenGL Core. More...
#include <LegacyGL.h>
Public Member Functions | |
LegacyGL (GLManager *glManager) | |
~LegacyGL () | |
void | Initialize () |
void | Begin (unsigned int mode) |
void | End () |
void | Vertex (glm::vec2) |
void | Vertex (glm::vec3) |
void | Vertex2f (float x, float y) |
void | Vertex3f (float x, float y, float z) |
void | Vertex3fv (const float *v) |
void | Vertex3dv (const double *v) |
void | Normal3f (float x, float y, float z) |
void | Normal3fv (const float *n) |
void | Color (glm::vec3) |
void | Color (glm::vec4) |
void | Color3f (float r, float g, float b) |
void | Color3fv (const float *f) |
void | Color4f (float r, float g, float b, float a) |
void | Color4fv (const float *f) |
void | TexCoord (glm::vec2) |
void | TexCoord2f (float s, float t) |
void | EnableLighting () |
void | DisableLighting () |
void | LightDirectionfv (const float *f) |
void | EnableTexture () |
void | DisableTexture () |
Replements Legacy OpenGL API using OpenGL Core.
This class should not be used for any intensive rendering
Definition at line 27 of file LegacyGL.h.
VAPoR::LegacyGL::LegacyGL | ( | GLManager * | glManager | ) |
VAPoR::LegacyGL::~LegacyGL | ( | ) |
void VAPoR::LegacyGL::Begin | ( | unsigned int | mode | ) |
void VAPoR::LegacyGL::Color | ( | glm::vec3 | ) |
void VAPoR::LegacyGL::Color | ( | glm::vec4 | ) |
void VAPoR::LegacyGL::Color3f | ( | float | r, |
float | g, | ||
float | b | ||
) |
void VAPoR::LegacyGL::Color3fv | ( | const float * | f | ) |
void VAPoR::LegacyGL::Color4f | ( | float | r, |
float | g, | ||
float | b, | ||
float | a | ||
) |
void VAPoR::LegacyGL::Color4fv | ( | const float * | f | ) |
void VAPoR::LegacyGL::DisableLighting | ( | ) |
void VAPoR::LegacyGL::DisableTexture | ( | ) |
void VAPoR::LegacyGL::EnableLighting | ( | ) |
void VAPoR::LegacyGL::EnableTexture | ( | ) |
void VAPoR::LegacyGL::End | ( | ) |
void VAPoR::LegacyGL::Initialize | ( | ) |
void VAPoR::LegacyGL::LightDirectionfv | ( | const float * | f | ) |
void VAPoR::LegacyGL::Normal3f | ( | float | x, |
float | y, | ||
float | z | ||
) |
void VAPoR::LegacyGL::Normal3fv | ( | const float * | n | ) |
void VAPoR::LegacyGL::TexCoord | ( | glm::vec2 | ) |
void VAPoR::LegacyGL::TexCoord2f | ( | float | s, |
float | t | ||
) |
void VAPoR::LegacyGL::Vertex | ( | glm::vec2 | ) |
void VAPoR::LegacyGL::Vertex | ( | glm::vec3 | ) |
void VAPoR::LegacyGL::Vertex2f | ( | float | x, |
float | y | ||
) |
void VAPoR::LegacyGL::Vertex3dv | ( | const double * | v | ) |
void VAPoR::LegacyGL::Vertex3f | ( | float | x, |
float | y, | ||
float | z | ||
) |
void VAPoR::LegacyGL::Vertex3fv | ( | const float * | v | ) |