Click or drag to resize
SoRenderToTargetlayers Property

This field is used when targets are OIV.Inventor.Nodes.SoTexture3.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SoMFInt32 layers { get; }

Property Value

Type: SoMFInt32
Remarks

It describes the layer, along the Z dimension of OIV.Inventor.Nodes.SoTexture3, where the color attachment must be written. This field is indexed by color attachments (i.e. from COLOR0 to COLOR15) and has no effect when targets are of type OIV.Inventor.Nodes.SoTexture2 or when target attachments are DEPTH or STENCIL, which require a OIV.Inventor.Nodes.SoTexture2 Target.

See Also