Click or drag to resize
SoExtTexture2Loadings Enumeration

Loading mode.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Loadings
Members
  Member nameValueDescription
AUTO0

The texture is loaded at the node's traversal.

MANUAL1

The texture is loaded by the user using the loadTexture method.

Remarks