Packageaway3d.core.base
Interfacepublic interface IAnimation
ImplementorsAnimation

Interface for objects that can animate the vertex values in a mesh

Public Methods
 MethodDefined by
  
update(mesh:BaseMesh):void
Updates the positions of vertex objects in the mesh to the current frame values
IAnimation
Method detail
update()method
public function update(mesh:BaseMesh):void

Updates the positions of vertex objects in the mesh to the current frame values

Parameters
mesh:BaseMesh — The mesh on which the animation object acts

See also

Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments