#include <ivf/IvfQuadStripSet.h>
Inheritance diagram for CIvfQuadStripSet:
Public Member Functions | |
CIvfQuadStripSet () | |
virtual | ~CIvfQuadStripSet () |
IvfClassInfo ("CIvfQuadStripSet", CIvfGLPrimitive) | |
void | setUseColor (bool flag) |
bool | getUseColor () |
Protected Member Functions | |
virtual void | updateVertexNormals () |
virtual void | calcNormal (CIvfIndex *idx) |
virtual void | createGeometry () |
Implements a OpenGL GL_QUAD_STRIP primitive
Definition at line 39 of file IvfQuadStripSet.h.
|
CIvfQuadStripSet constructor |
|
CIvfQuadStripSet destructor |
|
Forces an object recalculation. Reimplemented from CIvfShape. |
|
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. |