Click or drag to resize
SoDataCompositornumSigBits Property

Number of significant bits of the final composed datum.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFShort numSigBits { get; }

Property Value

Type: SoSFShort
Remarks

Default is 0 meaning all bits are significant. If this field is set to 24 on an UNSIGNED_INT32 data type, only the lowest 24 bits will be taken into account when creating textures.

NOTES

: If OIV.LDM.Nodes.SoDataCompositor.rgbaMode is true, this field is ignored and all 32 bits are significant.

See Also