org.gljava.opengl.model
public class Mesh extends Object
Version: $Id: Mesh.java,v 1.1 2005/02/10 04:18:42 ivan_ganza Exp $
Field Summary | |
---|---|
Face[] | faces |
Vector[] | vertices |
Constructor Summary | |
---|---|
Mesh() | |
Mesh(int vertexCount, int faceCount) |
Method Summary | |
---|---|
Face[] | getFaces()
Gets the value of faces
|
Vector[] | getVertices()
Gets the value of vertices
|
void | render(GL gl) |
void | setFaces(Face[] argFaces)
Sets the value of faces
|
void | setVertices(Vector[] argVertices)
Sets the value of vertices
|
String | toString() |
Returns: the value of faces
Returns: the value of vertices
Parameters: argFaces Value to assign to this.faces
Parameters: argVertices Value to assign to this.vertices