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 IAnimationFramepublic void setGeometry(Geometry3D geometry)
setGeometry in interface IAnimationFramepublic java.lang.String getName()
getName in interface IAnimationFramepublic void setName(java.lang.String name)
setName in interface IAnimationFramepublic float[] calculateNormals(int[] indices)