com.threerings.opengl.model.tools
Class AnimationDef.FrameDef
java.lang.Object
com.threerings.opengl.model.tools.AnimationDef.FrameDef
- Enclosing class:
- AnimationDef
public static class AnimationDef.FrameDef
- extends Object
A single frame of the animation.
transforms
public HashMap<String,AnimationDef.TransformDef> transforms
- Transforms for affected nodes, mapped by name.
AnimationDef.FrameDef
public AnimationDef.FrameDef()
addTransform
public void addTransform(AnimationDef.TransformDef transform)
- Called by the parser to add a transform to this frame.
getTransforms
public Transform3D[] getTransforms(String[] targets,
float scale)
- Returns the transforms for each target.
Copyright © 2011. All Rights Reserved.