SoOffscreenRenderer.SetComponents 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(
SoOffscreenRenderer. Components components
)
Public Sub SetComponents (
components As SoOffscreenRenderer. Components
)
public:
void SetComponents(
SoOffscreenRenderer. Components components
)
member SetComponents :
components : SoOffscreenRenderer. Components -> unit
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