Searched refs:EmitterShape (Results 1 – 12 of 12) sorted by relevance
41 public interface EmitterShape extends Savable, Cloneable { interface63 public EmitterShape deepClone(); in deepClone()
40 public class EmitterPointShape implements EmitterShape {52 public EmitterShape deepClone() { in deepClone()
42 public class EmitterSphereShape implements EmitterShape {64 public EmitterShape deepClone() { in deepClone()
42 public class EmitterBoxShape implements EmitterShape {78 public EmitterShape deepClone() { in deepClone()
23 public class EmitterMeshVertexShape implements EmitterShape {111 public EmitterShape deepClone() { in deepClone()
5 import com.jme3.effect.shapes.EmitterShape;22 void influenceParticle(Particle particle, EmitterShape emitterShape); in influenceParticle()
4 import com.jme3.effect.shapes.EmitterShape;26 public void influenceParticle(Particle particle, EmitterShape emitterShape) { in influenceParticle()
4 import com.jme3.effect.shapes.EmitterShape;29 public void influenceParticle(Particle particle, EmitterShape emitterShape) { in influenceParticle()
4 import com.jme3.effect.shapes.EmitterShape;34 public void influenceParticle(Particle particle, EmitterShape emitterShape) { in influenceParticle()
5 import com.jme3.effect.shapes.EmitterShape;76 EmitterShape emitterShape = emitter.getShape(); in apply()
39 import com.jme3.effect.shapes.EmitterShape;77 private static final EmitterShape DEFAULT_SHAPE = new EmitterPointShape(Vector3f.ZERO);80 private EmitterShape shape = DEFAULT_SHAPE;240 public void setShape(EmitterShape shape) { in setShape()244 public EmitterShape getShape() { in getShape()1127 shape = (EmitterShape) ic.readSavable("shape", DEFAULT_SHAPE); in read()
13339 ==> engine/src/core/com/jme3/effect/shapes/EmitterShape.java <==