SoRenderToTargetmodes Property |
This defines the mode modifier for the targets.
Namespace: OIV.Inventor.Nodes
For each target it is possible to specify a mode. Use enum OIV.Inventor.Nodes.SoRenderToTarget.ModeType. Default is AUTO.
NOTE: This field is indexed using the Attachment enum. For example (in pseudo-code):
modes[COLOR0] = TARGET_AND_COPY;
modes[STENCIL] = INTERNAL;