SoRenderToTargettargets Property |
This field allows to attach a texture to a specific attachment.
Namespace: OIV.Inventor.Nodes
Supported target types are SoTexture2 and SoTexture3, default is empty (no targets).
NOTE: This field is indexed using the Attachment enum. For example (in pseudo-code):
targets[COLOR0] = rgbaTexture;
targets[STENCIL] = stencilTexture;