Click or drag to resize
SoTextureUnitMappingMethods Enumeration

Mapping method possible values.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum MappingMethods
Members
  Member nameValueDescription
BUMP_MAPPING0

The texture stored in SoTexture2 is used as a bump map texture.

IMAGE_MAPPING1

The texture stored in SoTexture2 is used as an image map texture.

Remarks