Package com.aspose.threed
Class VertexFieldDataType
- java.lang.Object
-
- com.aspose.threed.VertexFieldDataType
-
public final class VertexFieldDataType extends java.lang.Object
Vertex field's data type
-
-
Field Summary
Fields Modifier and Type Field Description static int
BYTE_VECTOR4
Type of byte[4], can be used to represent color with less memory consumption.static int
DOUBLE
Type ofdouble
static int
F_VECTOR2
Type ofFVector2
static int
F_VECTOR3
Type ofFVector3
static int
F_VECTOR4
Type ofFVector4
static int
FLOAT
Type offloat
static int
INT16
Type ofshort
static int
INT32
Type ofint
static int
INT64
Type oflong
static int
INT8
Type ofbyte
static int
VECTOR2
Type ofVector2
static int
VECTOR3
Type ofVector3
static int
VECTOR4
Type ofVector4
-
Constructor Summary
Constructors Constructor Description VertexFieldDataType()
-
-
-
Field Detail
-
FLOAT
public static final int FLOAT
Type offloat
- See Also:
- Constant Field Values
-
F_VECTOR2
public static final int F_VECTOR2
Type ofFVector2
- See Also:
- Constant Field Values
-
F_VECTOR3
public static final int F_VECTOR3
Type ofFVector3
- See Also:
- Constant Field Values
-
F_VECTOR4
public static final int F_VECTOR4
Type ofFVector4
- See Also:
- Constant Field Values
-
DOUBLE
public static final int DOUBLE
Type ofdouble
- See Also:
- Constant Field Values
-
VECTOR2
public static final int VECTOR2
Type ofVector2
- See Also:
- Constant Field Values
-
VECTOR3
public static final int VECTOR3
Type ofVector3
- See Also:
- Constant Field Values
-
VECTOR4
public static final int VECTOR4
Type ofVector4
- See Also:
- Constant Field Values
-
BYTE_VECTOR4
public static final int BYTE_VECTOR4
Type of byte[4], can be used to represent color with less memory consumption.- See Also:
- Constant Field Values
-
INT8
public static final int INT8
Type ofbyte
- See Also:
- Constant Field Values
-
INT16
public static final int INT16
Type ofshort
- See Also:
- Constant Field Values
-
INT32
public static final int INT32
Type ofint
- See Also:
- Constant Field Values
-
INT64
public static final int INT64
Type oflong
- See Also:
- Constant Field Values
-
-