HomeSort by relevance Sort by last modified time
    Searched refs:EmitterPointShape (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
EmitterPointShape.java 40 public class EmitterPointShape implements EmitterShape {
44 public EmitterPointShape() {
47 public EmitterPointShape(Vector3f point) {
54 EmitterPointShape clone = (EmitterPointShape) super.clone();
  /external/jmonkeyengine/engine/src/core/com/jme3/export/
SavableClassUtil.java 69 addRemapping("com.jme3.effect.EmitterPointShape", EmitterPointShape.class);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java 38 import com.jme3.effect.shapes.EmitterPointShape;
77 private static final EmitterShape DEFAULT_SHAPE = new EmitterPointShape(Vector3f.ZERO);
    [all...]

Completed in 140 milliseconds