SoOffscreenRendererSetComponents Method |
Sets the components to be rendered.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetComponents(
SoOffscreenRendererComponents components
)
Public Sub SetComponents (
components As SoOffscreenRendererComponents
)
public:
void SetComponents(
SoOffscreenRendererComponents components
)
member SetComponents :
components : SoOffscreenRendererComponents -> unit
Parameters
- components
- Type: OIV.InventorSoOffscreenRendererComponents
Remarks
Default is RGB. Alpha values will not be available if OpenGL does not provide any pixel formats with an alpha buffer. Some image file formats, for example JPEG, do not support alpha values. If you write to one of these formats only the RGB components will be saved.
See Also