com.threerings.opengl.model.tools
Class AnimationDef.TransformDef

java.lang.Object
  extended by com.threerings.opengl.model.tools.AnimationDef.TransformDef
Enclosing class:
AnimationDef

public static class AnimationDef.TransformDef
extends Object

A transform for a single node.


Field Summary
 String name
          The name of the affected node.
 float[] rotation
           
 float[] scale
           
 float[] translation
          The transformation parameters.
 
Constructor Summary
AnimationDef.TransformDef()
           
 
Method Summary
 Transform3D createTransform(float gscale)
          Builds a Transform3D from this definition.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AnimationDef.TransformDef

public AnimationDef.TransformDef()
Method Detail

createTransform

public Transform3D createTransform(float gscale)
Builds a Transform3D from this definition.



Copyright © 2011. All Rights Reserved.