com.threerings.opengl.effect.tools
Class ParticleEditor
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
com.threerings.opengl.effect.tools.ParticleEditor
- All Implemented Interfaces:
- EditorContext, Scope, ScopeUpdateListener, AlContext, Enqueueable, GlContext, ActionListener, EventListener, ChangeListener, ListSelectionListener
public class ParticleEditor
- extends ModelTool
- implements ListSelectionListener, ChangeListener
The particle editor application.
| Fields inherited from interface com.threerings.expr.Scope |
EPOCH, NOW |
|
Constructor Summary |
ParticleEditor(String particles)
Creates the particle editor with (optionally) the path to a particle system to load. |
| 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 |
ParticleEditor
public ParticleEditor(String particles)
- Creates the particle editor with (optionally) the path to a particle system to load.
main
public static void main(String[] args)
- The program entry point.
valueChanged
public void valueChanged(ListSelectionEvent event)
- Specified by:
valueChanged in interface ListSelectionListener
stateChanged
public void stateChanged(ChangeEvent event)
- Specified by:
stateChanged in interface ChangeListener
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
actionPerformed in interface ActionListener- Overrides:
actionPerformed in class ModelTool
getParticleSystemConfig
public ParticleSystemConfig getParticleSystemConfig()
- Returns a reference to the particle system configuration.
Copyright © 2011. All Rights Reserved.