Home
last modified time | relevance | path

Searched refs:EmitterShape (Results 1 – 12 of 12) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
DEmitterShape.java41 public interface EmitterShape extends Savable, Cloneable { interface
63 public EmitterShape deepClone(); in deepClone()
DEmitterPointShape.java40 public class EmitterPointShape implements EmitterShape {
52 public EmitterShape deepClone() { in deepClone()
DEmitterSphereShape.java42 public class EmitterSphereShape implements EmitterShape {
64 public EmitterShape deepClone() { in deepClone()
DEmitterBoxShape.java42 public class EmitterBoxShape implements EmitterShape {
78 public EmitterShape deepClone() { in deepClone()
DEmitterMeshVertexShape.java23 public class EmitterMeshVertexShape implements EmitterShape {
111 public EmitterShape deepClone() { in deepClone()
/external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
DParticleInfluencer.java5 import com.jme3.effect.shapes.EmitterShape;
22 void influenceParticle(Particle particle, EmitterShape emitterShape); in influenceParticle()
DEmptyParticleInfluencer.java4 import com.jme3.effect.shapes.EmitterShape;
26 public void influenceParticle(Particle particle, EmitterShape emitterShape) { in influenceParticle()
DDefaultParticleInfluencer.java4 import com.jme3.effect.shapes.EmitterShape;
29 public void influenceParticle(Particle particle, EmitterShape emitterShape) { in influenceParticle()
DNewtonianParticleInfluencer.java4 import com.jme3.effect.shapes.EmitterShape;
34 public void influenceParticle(Particle particle, EmitterShape emitterShape) { in influenceParticle()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
DParticlesModifier.java5 import com.jme3.effect.shapes.EmitterShape;
76 EmitterShape emitterShape = emitter.getShape(); in apply()
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
DParticleEmitter.java39 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()
/external/jmonkeyengine/
DNOTICE13339 ==> engine/src/core/com/jme3/effect/shapes/EmitterShape.java <==