#include <ivf/IvfPolySet.h>
Inheritance diagram for CIvfPolySet:
Public Member Functions | |
CIvfPolySet () | |
virtual | ~CIvfPolySet () |
IvfClassInfo ("CIvfPolySet", CIvfGLPrimitive) | |
void | setUseColor (bool flag) |
bool | getUseColor () |
Protected Member Functions | |
virtual void | updateVertexNormals () |
virtual void | calcNormal (CIvfIndex *idx) |
void | createGeometry () |
Implements a combination of OpenGL GL_TRIANGLES and GL_QUADS. Topology is determined by setting the topology hint on the CIvfIndex class.
Definition at line 41 of file IvfPolySet.h.
|
CIvfPolySet constructor |
|
CIvfPolySet 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. |