RenderArea still supersampling interface. More...
#include <Inventor/ViewerComponents/SiRenderAreaStillSuperSampling.h>
Public Member Functions | |
virtual void | setStillSuperSamplingQuality (float quality)=0 |
Set quality for supersampling when "still" (not interacting). | |
virtual float | getStillSuperSamplingQuality () const =0 |
virtual void | setStillSuperSamplingDelay (unsigned int delay)=0 |
Set delay for supersampling when "still" (not interacting). | |
virtual unsigned int | getStillSuperSamplingDelay () const =0 |
RenderArea still supersampling interface.
This interface provides the list of methods that renderAreas must define to use still supersampling feature.
Definition at line 39 of file SiRenderAreaStillSuperSampling.h.
|
pure virtual |
Implemented in SoRenderAreaCore, and RenderArea.
|
pure virtual |
Implemented in SoRenderAreaCore, and RenderArea.
|
pure virtual |
Set delay for supersampling when "still" (not interacting).
If greater than 0, images will be supersampled after the specified delay. The delay is in milliseconds.
Implemented in SoRenderAreaCore, and RenderArea.
|
pure virtual |
Set quality for supersampling when "still" (not interacting).
When quality is greater than 0, still images will be automatically supersampled.
Implemented in SoRenderAreaCore, and RenderArea.