com.threerings.opengl.model.tools
Class AnimationDef.TransformDef
java.lang.Object
com.threerings.opengl.model.tools.AnimationDef.TransformDef
- Enclosing class:
- AnimationDef
public static class AnimationDef.TransformDef
- extends Object
A transform for a single node.
name
public String name
- The name of the affected node.
translation
public float[] translation
- The transformation parameters.
rotation
public float[] rotation
scale
public float[] scale
AnimationDef.TransformDef
public AnimationDef.TransformDef()
createTransform
public Transform3D createTransform(float gscale)
- Builds a
Transform3D from this definition.
Copyright © 2011. All Rights Reserved.