Package com.esri.core.geometry
Interface VertexDescription.Semantics
-
- Enclosing class:
- VertexDescription
public static interface VertexDescription.Semantics
Describes the attribute and, in case of predefined attributes, provides a hint of the attribute use.
-
-
Field Detail
-
POSITION
static final int POSITION
- See Also:
- Constant Field Values
-
Z
static final int Z
- See Also:
- Constant Field Values
-
M
static final int M
- See Also:
- Constant Field Values
-
ID
static final int ID
- See Also:
- Constant Field Values
-
NORMAL
static final int NORMAL
- See Also:
- Constant Field Values
-
TEXTURE1D
static final int TEXTURE1D
- See Also:
- Constant Field Values
-
TEXTURE2D
static final int TEXTURE2D
- See Also:
- Constant Field Values
-
TEXTURE3D
static final int TEXTURE3D
- See Also:
- Constant Field Values
-
ID2
static final int ID2
- See Also:
- Constant Field Values
-
MAXSEMANTICS
static final int MAXSEMANTICS
- See Also:
- Constant Field Values
-
-