public class SerializedObject3D
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SerializedObject3D(int numVertices,
int numNormals,
int numTextureCoords,
int numColors,
int numIndices) |
Modifier and Type | Method and Description |
---|---|
float[] |
getColors() |
float[][] |
getFrameNormals() |
float[][] |
getFrameVertices() |
int[] |
getIndices() |
float[] |
getNormals() |
float[] |
getTextureCoords() |
float[] |
getVertices() |
void |
setColors(float[] colors) |
void |
setFrameNormals(float[][] frameNormals) |
void |
setFrameVertices(float[][] frameVertices) |
void |
setIndices(int[] indices) |
void |
setNormals(float[] normals) |
void |
setTextureCoords(float[] textureCoords) |
void |
setVertices(float[] vertices) |
public SerializedObject3D(int numVertices, int numNormals, int numTextureCoords, int numColors, int numIndices)
public float[] getVertices()
public void setVertices(float[] vertices)
public float[] getNormals()
public void setNormals(float[] normals)
public float[] getTextureCoords()
public void setTextureCoords(float[] textureCoords)
public int[] getIndices()
public void setIndices(int[] indices)
public float[] getColors()
public void setColors(float[] colors)
public void setFrameVertices(float[][] frameVertices)
public float[][] getFrameVertices()
public void setFrameNormals(float[][] frameNormals)
public float[][] getFrameNormals()