com.threerings.opengl.effect
Interface Influence


public interface Influence

Represents an influence on a particle system.


Method Summary
 void apply(Particle particle)
          Applies this influence to the specified particle.
 void tick(float elapsed)
          Updates the influence for the current frame.
 

Method Detail

tick

void tick(float elapsed)
Updates the influence for the current frame.


apply

void apply(Particle particle)
Applies this influence to the specified particle.



Copyright © 2011. All Rights Reserved.