Click or drag to resize
SoDataCompositorrgbaMode Property

Final composed buffer contains RGBA values (default is false).

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFBool rgbaMode { get; }

Property Value

Type: SoSFBool
Remarks

If set to true then the OIV.LDM.Nodes.SoDataCompositor.dataType and OIV.LDM.Nodes.SoDataCompositor.numSigBits fields are ignored and the output data is UNSIGNED_INT32 with 32 significant bits.

See Also