The PolygonOffset class inherits from the base class State, defining the polygon offset. More...
#include <state.h>
Public Member Functions | |
| PolygonOffset (bool enabled=false, float factor=0.0f, float units=0.0f) | |
Public Member Functions inherited from cil::State | |
| State () | |
| const std::string & | className () const |
Public Member Functions inherited from cil::Object | |
| Object () | |
| virtual | ~Object () |
Public Attributes | |
| bool | enabled |
| float | factor |
| float | units |
Additional Inherited Members | |
Protected Attributes inherited from cil::State | |
| std::string | m_className |
The PolygonOffset class inherits from the base class State, defining the polygon offset.
| cil::PolygonOffset::PolygonOffset | ( | bool | enabled = false, |
| float | factor = 0.0f, | ||
| float | units = 0.0f ) |
| bool cil::PolygonOffset::enabled |
| float cil::PolygonOffset::factor |
| float cil::PolygonOffset::units |