com.threerings.opengl.model.config
Class ArticulatedConfig.Upright
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.model.config.ArticulatedConfig.NodeTransform
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. |
directional
@Editable
public boolean directional
- Whether or not the transform incorporates the node's direction.
ArticulatedConfig.Upright
public ArticulatedConfig.Upright()
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.