Interface SiRenderAreaTransparency
- All Known Implementing Classes:
 SoOffscreenRenderArea,SoRenderAreaCore
public interface SiRenderAreaTransparency
RenderArea transparency interface.
 This interface provides the list of methods that renderAreas must define to use transparency feature.
 
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidSets global transparency algorithm to use when rendering. 
- 
Method Details
- 
setTransparencyType
Sets global transparency algorithm to use when rendering. - 
getTransparencyType
SoGLRenderAction.TransparencyTypes getTransparencyType()- See Also:
 
 
 -