![]() |
VR-Forces 4.8 Class Documentation
|
non virtual container class for defining a polygon offset state More...
Public Member Functions | |
| DtIndirectPolygonOffset () | |
| ctor More... | |
| DtIndirectPolygonOffset (float factor, float units) | |
| ctor More... | |
| ~DtIndirectPolygonOffset () | |
| destructor - non virtual since this is a container class that should not be derived from More... | |
| DtIndirectPolygonOffset (const DtIndirectPolygonOffset &other) | |
| Copy Constructor not implemented – Copy Not Allowed. More... | |
| DtIndirectPolygonOffset & | operator= (const DtIndirectPolygonOffset &other) |
| Assignment Operator Not implemented – Assignment Not Allowed. More... | |
| float | factor (void) const |
| get the polygon offset factor see https://www.opengl.org/archives/resources/faq/technical/polygonoffset.htm for a good explanation of how these work More... | |
| float | units (void) const |
| get the polygon offset units see https://www.opengl.org/archives/resources/faq/technical/polygonoffset.htm for a good explanation of how these work More... | |
Protected Attributes | |
| float | myFactor |
| float | myUnits |
non virtual container class for defining a polygon offset state
| makVrv::DtIndirectPolygonOffset::DtIndirectPolygonOffset | ( | ) |
ctor
| makVrv::DtIndirectPolygonOffset::DtIndirectPolygonOffset | ( | float | factor, |
| float | units | ||
| ) |
ctor
| makVrv::DtIndirectPolygonOffset::~DtIndirectPolygonOffset | ( | ) |
destructor - non virtual since this is a container class that should not be derived from
| makVrv::DtIndirectPolygonOffset::DtIndirectPolygonOffset | ( | const DtIndirectPolygonOffset & | other | ) |
Copy Constructor not implemented – Copy Not Allowed.
| DtIndirectPolygonOffset& makVrv::DtIndirectPolygonOffset::operator= | ( | const DtIndirectPolygonOffset & | other | ) |
Assignment Operator Not implemented – Assignment Not Allowed.
| float makVrv::DtIndirectPolygonOffset::factor | ( | void | ) | const |
get the polygon offset factor see https://www.opengl.org/archives/resources/faq/technical/polygonoffset.htm for a good explanation of how these work
| float makVrv::DtIndirectPolygonOffset::units | ( | void | ) | const |
get the polygon offset units see https://www.opengl.org/archives/resources/faq/technical/polygonoffset.htm for a good explanation of how these work
|
protected |
|
protected |