Click or drag to resize
SoOffscreenRendererSetComponents Method

Sets the components to be rendered.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetComponents(
	SoOffscreenRendererComponents components
)

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