public class VertexAnimationFrame extends java.lang.Object implements IAnimationFrame
Constructor and Description |
---|
VertexAnimationFrame() |
Modifier and Type | Method and Description |
---|---|
float[] |
calculateNormals(int[] indices) |
Geometry3D |
getGeometry() |
java.lang.String |
getName() |
void |
setGeometry(Geometry3D geometry) |
void |
setName(java.lang.String name) |
public Geometry3D getGeometry()
getGeometry
in interface IAnimationFrame
public void setGeometry(Geometry3D geometry)
setGeometry
in interface IAnimationFrame
public java.lang.String getName()
getName
in interface IAnimationFrame
public void setName(java.lang.String name)
setName
in interface IAnimationFrame
public float[] calculateNormals(int[] indices)