RenderArea transparency interface. More...
#include <Inventor/ViewerComponents/SiRenderAreaTransparency.h>
Public Member Functions | |
virtual void | setTransparencyType (SoGLRenderAction::TransparencyType type)=0 |
Sets global transparency algorithm to use when rendering. | |
virtual SoGLRenderAction::TransparencyType | getTransparencyType () const =0 |
RenderArea transparency interface.
This interface provides the list of methods that renderAreas must define to use transparency feature.
Definition at line 39 of file SiRenderAreaTransparency.h.
|
pure virtual |
Implemented in SoOffscreenRenderArea, and SoRenderAreaCore.
|
pure virtual |
Sets global transparency algorithm to use when rendering.
Implemented in SoOffscreenRenderArea, and SoRenderAreaCore.