#include <sglStatelet.hpp>
Inheritance diagram for sglDithering::
Public Methods | |
sglDithering (bool on=true) | |
virtual | ~sglDithering () |
void | apply (sglCurrState *curr_state) const |
Example:
sglDithering *dither = new sglDithering(false); // disable it dither->enable(true); // enable it
Definition at line 1048 of file sglStatelet.hpp.
|
Constructor (also default constructor).
Definition at line 1054 of file sglStatelet.hpp. |
|
virtual destructor.
Definition at line 1058 of file sglStatelet.hpp. |
|
Apply this state change to the current rendering state.
Reimplemented from sglStatelet. |