Inheritance diagram for osg::PolygonOffset:
Public Member Functions | |
PolygonOffset () | |
PolygonOffset (float factor, float units) | |
PolygonOffset (const PolygonOffset &po, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
META_StateAttribute (osg, PolygonOffset, POLYGONOFFSET) | |
virtual int | compare (const StateAttribute &sa) const |
virtual bool | getModeUsage (ModeUsage &usage) const |
void | setFactor (float factor) |
float | getFactor () const |
void | setUnits (float units) |
float | getUnits () const |
virtual void | apply (State &state) const |
Static Public Member Functions | |
static void | setFactorMultiplier (float multiplier) |
static float | getFactorMultiplier () |
static void | setUnitsMultiplier (float multiplier) |
static float | getUnitsMultiplier () |
static bool | areFactorAndUnitsMultipliersSet () |
static void | setFactorAndUnitsMultipliersUsingBestGuessForDriver () |
Protected Member Functions | |
virtual | ~PolygonOffset () |
Protected Attributes | |
float | _factor |
float | _units |
|
|
|
|
|
Copy constructor using CopyOp to manage deep vs shallow copy. |
|
|
|
apply the OpenGL state attributes. The global state for the current OpenGL context is passed in to allow the StateAttribute to obtain details on the the current context and state. Implements osg::StateAttribute. |
|
|
|
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs. Implements osg::StateAttribute. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Checks with the OpenGL driver to try and pick multiplier approrpriate for the hardware. note, requires a valid graphics context to be current. |
|
|
|
|
|
|
|
|
|
|