SoRenderToTargetModeType Enumeration |
This enum defines modifiers for the auto detection mechanism.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
AUTO | 0 | 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. | |
INTERNAL | 1 | 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_COPY | 2 | After the rendering the rendered content is copied back to the node in CPU memory. | |
NONE | 3 | Do not use any target. |