Packageaway3d.core.base
Interfacepublic interface IFrame
ImplementorsFrame

Interface for objects that store the vertex values for a single frame of animation

Public Methods
 MethodDefined by
  
adjust(k:Number = 1):void
Adjusts the position of all vertex objects in the frame incrementally.
IFrame
Method detail
adjust()method
public function adjust(k:Number = 1):void

Adjusts the position of all vertex objects in the frame incrementally.

Parameters
k:Number (default = 1) — The fraction by which to adjust the vertex values.
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments