Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SiRenderAreaStillSuperSampling Class Referenceabstract

VSG extension RenderArea still supersampling interface. More...

#include <Inventor/ViewerComponents/SiRenderAreaStillSuperSampling.h>

+ Inheritance diagram for SiRenderAreaStillSuperSampling:

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
 

Detailed Description

VSG extension RenderArea still supersampling interface.

This interface provides the list of methods that renderAreas must define to use still supersampling feature.

SEE ALSO

SoRenderAreaCore

Definition at line 39 of file SiRenderAreaStillSuperSampling.h.

Member Function Documentation

◆ getStillSuperSamplingDelay()

virtual unsigned int SiRenderAreaStillSuperSampling::getStillSuperSamplingDelay ( ) const
pure virtual

◆ getStillSuperSamplingQuality()

virtual float SiRenderAreaStillSuperSampling::getStillSuperSamplingQuality ( ) const
pure virtual

◆ setStillSuperSamplingDelay()

virtual void SiRenderAreaStillSuperSampling::setStillSuperSamplingDelay ( unsigned int  delay)
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.

◆ setStillSuperSamplingQuality()

virtual void SiRenderAreaStillSuperSampling::setStillSuperSamplingQuality ( float  quality)
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.


The documentation for this class was generated from the following file: