#include <ivf/IvfQuadSet.h>
Inheritance diagram for CIvfQuadSet:
Public Member Functions | |
CIvfQuadSet () | |
virtual | ~CIvfQuadSet () |
IvfClassInfo ("CIvfQuadSet", CIvfGLPrimitive) | |
void | setUseColor (bool flag) |
bool | getUseColor () |
Protected Member Functions | |
void | updateVertexNormals () |
void | calcNormal (CIvfIndex *idx) |
void | createGeometry () |
Implements a OpenGL GL_QUADS primitive
Definition at line 39 of file IvfQuadSet.h.
|
CIvfQuadSet constructor |
|
CIvfQuadSet destructor |
|
Forces an object recalculation. Reimplemented from CIvfShape. Reimplemented in CIvfSelectionBox, and CIvfWireBrick. |
|
Return color usage |
|
Enable or disable the use of color values when rendering |
|
Updates vertex normals Should be overidden by derived classes. Reimplemented from CIvfGLPrimitive. |