Click or drag to resize
SoTransferFunctionshift Property

Used for rescaling the input data values.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFInt32 shift { get; }

Property Value

Type: SoSFInt32
Remarks

Before color association, the data value is re-scaled as follows:

     newvalue = value << #shift + #offset
By default, shift = offset = 0.

See Also