Click or drag to resize
SoTransferFunctionMappingMethods Enumeration

Note: This API is now obsolete.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Enum OIV::LDM::Nodes::SoTransferFunction::MappingMethods is erroneously public. It will be removed in future major release")]
public enum MappingMethods
Members
  Member nameValueDescription
MAP_TO_CENTER0

First dataRange value will be mapped to the center of first colormap texel.

Last dataRange value will be mapped to the center of last colormap texel. Other values are mapped linearly.

MAP_TO_BORDER1

First dataRange value will be mapped to the left of first colormap texel.

Last dataRange value will be mapped to the right of last colormap texel. Other values are mapped linearly.

Remarks
See Also