public class Attribute extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static Attribute |
COLORS |
static Attribute |
COORDINATES |
static Attribute |
INDICES |
static Attribute |
LABELS |
static Attribute |
NORMALS |
static Attribute |
POINT_SIZE |
static Attribute |
RELATIVE_RADII |
static Attribute |
TEXTURE_COORDINATES |
static Attribute |
TEXTURE_COORDINATES1 |
static Attribute |
TEXTURE_COORDINATES2 |
Modifier and Type | Method and Description |
---|---|
static Attribute |
attributeForName(String name)
might be a threading problem
|
String |
getName() |
String |
toString() |
public static final Attribute COORDINATES
public static final Attribute NORMALS
public static final Attribute COLORS
public static final Attribute INDICES
public static final Attribute TEXTURE_COORDINATES
public static final Attribute TEXTURE_COORDINATES1
public static final Attribute TEXTURE_COORDINATES2
public static final Attribute POINT_SIZE
public static final Attribute RELATIVE_RADII
public static final Attribute LABELS