Click or drag to resize
SoTextureUnitmappingMethod Property

Note: This API is now obsolete.

Specifies the mapping method used for texture mapping.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoSFEnum<SoTextureUnitMappingMethods> mappingMethod { get; }

Property Value

Type: SoSFEnumSoTextureUnitMappingMethods
Remarks

Use enum MappingMethod. Default is IMAGE_MAPPING.Obsoletesince Open Inventor 10000 No more used.

See Also