de.jreality.scene.data
Class Attribute
java.lang.Object
de.jreality.scene.data.Attribute
- All Implemented Interfaces:
- Serializable
public class Attribute
- extends Object
- implements Serializable
- Author:
- Holger
- See Also:
- Serialized Form
COORDINATES
public static final Attribute COORDINATES
NORMALS
public static final Attribute NORMALS
COLORS
public static final Attribute COLORS
INDICES
public static final Attribute INDICES
TEXTURE_COORDINATES
public static final Attribute TEXTURE_COORDINATES
POINT_SIZE
public static final Attribute POINT_SIZE
RELATIVE_RADII
public static final Attribute RELATIVE_RADII
LABELS
public static final Attribute LABELS
attributeForName
public static Attribute attributeForName(String name)
- might be a threading problem
getName
public String getName()
toString
public String toString()
- Overrides:
toString
in class Object