com.threerings.tudey.config
Class TudeyViewerEffectConfig.Camera
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.scene.config.ViewerEffectConfig
com.threerings.tudey.config.TudeyViewerEffectConfig
com.threerings.tudey.config.TudeyViewerEffectConfig.Camera
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TudeyViewerEffectConfig
public static class TudeyViewerEffectConfig.Camera
- extends TudeyViewerEffectConfig
Adds a camera to the view.
transition
@Editable(min=0.0,
step=0.01)
public float transition
- The transition to use when switching to or from the camera.
easing
@Editable
public Easing easing
- The easing to use for the transition.
camera
@Editable
public CameraConfig camera
- The camera configuration.
TudeyViewerEffectConfig.Camera
public TudeyViewerEffectConfig.Camera()
getViewerEffect
public ViewerEffect getViewerEffect(GlContext ctx,
Scope scope,
ViewerEffect effect)
- Description copied from class:
ViewerEffectConfig
- Creates the actual effect object.
- Specified by:
getViewerEffect in class ViewerEffectConfig
effect - an effect to reuse, if possible.
Copyright © 2011. All Rights Reserved.