Modifier and Type | Field and Description |
---|---|
static long |
CullFace |
static java.lang.String |
CullFaceAlias |
int |
value |
Constructor and Description |
---|
IntAttribute(long type) |
IntAttribute(long type,
int value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Attribute o) |
Attribute |
copy() |
static IntAttribute |
createCullFace(int value)
create a cull face attribute to be used in a material
|
int |
hashCode() |
equals, equals, getAttributeAlias, getAttributeType, register, toString
public static final java.lang.String CullFaceAlias
public static final long CullFace
public int value
public IntAttribute(long type)
public IntAttribute(long type, int value)
public static IntAttribute createCullFace(int value)
value
- cull face value, possible values are GL_FRONT_AND_BACK, GL_BACK, GL_FRONT, or -1 to inherit defaultpublic Attribute copy()
public int compareTo(Attribute o)