Click or drag to resize
SoRenderToTargetModeType Enumeration

This enum defines modifiers for the auto detection mechanism.

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

Default value, use OIV auto detection algorithm.

The detection algorithm checks the content of the OIV.Inventor.Nodes.SoRenderToTarget.targets field. NOTE: The node will use INTERNAL for DEPTH and COLOR0, NONE for the others.

INTERNAL1

Use an internal buffer for the rendering.

Some buffers are useful only for shaders or for correct rendering (like depth buffer for the depth tests) but they don't need to be attached to a specific target.

TARGET_COPY2

After the rendering the rendered content is copied back to the node in CPU memory.

NONE3

Do not use any target.

Remarks