com.threerings.opengl.model.tools
Class ModelTool
java.lang.Object
com.threerings.expr.DynamicScope
com.threerings.opengl.GlApp
com.threerings.opengl.GlCanvasApp
com.threerings.opengl.GlCanvasTool
com.threerings.opengl.model.tools.ModelTool
- All Implemented Interfaces:
- EditorContext, Scope, ScopeUpdateListener, AlContext, Enqueueable, GlContext, ActionListener, EventListener
- Direct Known Subclasses:
- ModelViewer, ParticleEditor
public abstract class ModelTool
- extends GlCanvasTool
Base class for tools that view or manipulate a single model (like the model viewer and
particle editor).
| Fields inherited from interface com.threerings.expr.Scope |
EPOCH, NOW |
| Methods inherited from class com.threerings.opengl.GlApp |
createSnapshot, enqueue, getApp, getCameraHandler, getClipProvider, getColorPository, getCompatibilityMode, getCompositor, getConfigManager, getImageCache, getMessageManager, getRenderEffects, getRenderer, getRenderScheme, getResourceManager, getScope, getShaderCache, getSoundManager, getStreamGain, setCameraHandler, setCompatibilityMode, setRenderEffects, setRenderer, setRenderScheme, xlate |
| Methods inherited from class com.threerings.expr.DynamicScope |
addListener, dispose, endCompoundUpdate, get, getParentScope, getScopeName, put, remove, removeListener, scopeUpdated, setParentScope, startCompoundUpdate, wasUpdated |
ModelTool
public ModelTool(String msgs)
- Creates a new tool application.
- Parameters:
msgs - the name of the application message bundle.
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
actionPerformed in interface ActionListener- Overrides:
actionPerformed in class GlCanvasTool
Copyright © 2011. All Rights Reserved.