public class Group
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
indexCount |
java.util.ArrayList<java.lang.Integer> |
indices |
java.util.ArrayList<Vertex> |
normals |
java.util.ArrayList<TextureCoordinate> |
texcoords |
java.util.ArrayList<Vertex> |
vertices |
Constructor and Description |
---|
Group(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
addFace(Face face) |
java.util.ArrayList<Face> |
getFaces() |
Material |
getMaterial() |
Vertex |
getMin() |
java.lang.String |
getName() |
void |
pack() |
void |
setMaterial(Material material) |
public java.util.ArrayList<java.lang.Integer> indices
public java.util.ArrayList<Vertex> vertices
public java.util.ArrayList<Vertex> normals
public java.util.ArrayList<TextureCoordinate> texcoords
public int indexCount