com.threerings.opengl.effect
Class ParticleSystem

java.lang.Object
  extended by com.threerings.expr.SimpleScope
      extended by com.threerings.opengl.model.Model.Implementation
          extended by com.threerings.opengl.effect.BaseParticleSystem
              extended by com.threerings.opengl.effect.ParticleSystem
All Implemented Interfaces:
Scope, ScopeUpdateListener, Compositable, Enqueueable, Intersectable, Tickable

public class ParticleSystem
extends BaseParticleSystem

The particle system model implementation.


Nested Class Summary
static class ParticleSystem.Layer
          A single layer of the system.
 
Field Summary
 
Fields inherited from interface com.threerings.expr.Scope
EPOCH, NOW
 
Constructor Summary
ParticleSystem(GlContext ctx, Scope parentScope, ParticleSystemConfig config)
          Creates a new particle system implementation.
 
Method Summary
 
Methods inherited from class com.threerings.opengl.effect.BaseParticleSystem
composite, drawBounds, enqueue, getBounds, getInfluenceFlags, getTickPolicy, hasCompleted, reset, setConfig, tick, updateBounds
 
Methods inherited from class com.threerings.opengl.model.Model.Implementation
attach, createAnimation, detach, detachAll, getAnimation, getAnimations, getIntersection, getPlayingAnimations, getPointWorldTransform, getScopeName, isImplementation, setTickPolicy, wasAdded, willBeRemoved
 
Methods inherited from class com.threerings.expr.SimpleScope
addListener, dispose, get, getParentScope, removeListener, scopeUpdated
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticleSystem

public ParticleSystem(GlContext ctx,
                      Scope parentScope,
                      ParticleSystemConfig config)
Creates a new particle system implementation.



Copyright © 2011. All Rights Reserved.