Click or drag to resize
SoRenderToTexturePropertyComponents Enumeration

Rendering component enumeration values.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Components
Members
  Member nameValueDescription
RGB0

Default.

The RGB components are rendered to the texture.

RGB_TRANSPARENCY1

The RGB and alpha components are rendered to the texture.

RGB_ALPHA1
DEPTH2

The depth component is rendered to the texture.

Remarks