SoTransferFunctionMappingMethods Enumeration |
Note: This API is now obsolete.
Namespace: OIV.LDM.NodesAssembly: 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
<ObsoleteAttribute("Enum OIV::LDM::Nodes::SoTransferFunction::MappingMethods is erroneously public. It will be removed in future major release")>
Public Enumeration MappingMethods
[ObsoleteAttribute(L"Enum OIV::LDM::Nodes::SoTransferFunction::MappingMethods is erroneously public. It will be removed in future major release")]
public enum class MappingMethods
[<ObsoleteAttribute("Enum OIV::LDM::Nodes::SoTransferFunction::MappingMethods is erroneously public. It will be removed in future major release")>]
type MappingMethods
Members
| Member name | Value | Description |
---|
| MAP_TO_CENTER | 0 | 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_BORDER | 1 | 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