public class MrAttribute
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BONE_INDICES |
static int |
COLOR |
static int |
MATERIAL_INDEX |
static int |
NORMALS |
static int |
TEXTURE |
static int |
VERTICES |
static int |
WEIGHT |
Constructor and Description |
---|
MrAttribute(int attributeType,
java.lang.String name,
int index,
MrDataType dataType) |
Modifier and Type | Method and Description |
---|---|
int |
getAttributeType() |
MrDataType |
getDataType() |
int |
getIndex() |
java.lang.String |
getName() |
public static final int VERTICES
public static final int NORMALS
public static final int COLOR
public static final int MATERIAL_INDEX
public static final int TEXTURE
public static final int WEIGHT
public static final int BONE_INDICES
public MrAttribute(int attributeType, java.lang.String name, int index, MrDataType dataType)
public int getAttributeType()
public java.lang.String getName()
public int getIndex()
public MrDataType getDataType()