com.threerings.opengl.model.config
Class ArticulatedConfig.Upright

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.model.config.ArticulatedConfig.NodeTransform
          extended by com.threerings.opengl.model.config.ArticulatedConfig.Upright
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
ArticulatedConfig

public class ArticulatedConfig.Upright
extends ArticulatedConfig.NodeTransform

A transform that orients the node vertically with respect to the world coordinate system.


Field Summary
 boolean directional
          Whether or not the transform incorporates the node's direction.
 
Fields inherited from class com.threerings.opengl.model.config.ArticulatedConfig.NodeTransform
node
 
Constructor Summary
ArticulatedConfig.Upright()
           
 
Method Summary
 Updater createUpdater(GlContext ctx, Articulated.Node node)
          Creates the updater that will apply the node transform.
 
Methods inherited from class com.threerings.opengl.model.config.ArticulatedConfig.NodeTransform
getNodeOptions
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

directional

@Editable
public boolean directional
Whether or not the transform incorporates the node's direction.

Constructor Detail

ArticulatedConfig.Upright

public ArticulatedConfig.Upright()
Method Detail

createUpdater

public Updater createUpdater(GlContext ctx,
                             Articulated.Node node)
Description copied from class: ArticulatedConfig.NodeTransform
Creates the updater that will apply the node transform.

Specified by:
createUpdater in class ArticulatedConfig.NodeTransform


Copyright © 2011. All Rights Reserved.