Click or drag to resize
SoOffscreenRenderer.SetComponents 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(
	SoOffscreenRenderer. Components components
)

Parameters

components
Type: OIV.Inventor.SoOffscreenRenderer.Components
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