HomeSort by relevance Sort by last modified time
    Searched defs:Particle (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
Particle.java 39 * Represents a single particle in a {@link ParticleEmitter}.
43 public class Particle {
46 * Particle velocity.
51 * Current particle position
56 * Particle color
61 * Particle size or radius.
66 * Particle remaining life, in seconds.
71 * The initial particle life
76 * Particle rotation angle (in radians).
81 * Particle rotation angle speed (in radians)
    [all...]
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 41 * a very simple particle system comprised of a few iron balls freely moving on
141 * Each of our particle holds its previous and current position, its
142 * acceleration. for added realism each particle has its own friction
145 class Particle {
154 Particle() {
155 // make each particle a bit different by randomizing its
201 * constrained particle in such way that the constraint is
223 * A particle system is just a collection of particles
227 private Particle mBalls[] = new Particle[NUM_PARTICLES]
    [all...]

Completed in 529 milliseconds