Searched refs:DEFAULT_SHAPE (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleEmitter.java77 private static final EmitterShape DEFAULT_SHAPE = new EmitterPointShape(Vector3f.ZERO); field in class:ParticleEmitter
80 private EmitterShape shape = DEFAULT_SHAPE;
1098 oc.write(shape, "shape", DEFAULT_SHAPE);
1127 shape = (EmitterShape) ic.readSavable("shape", DEFAULT_SHAPE);
1129 if (shape == DEFAULT_SHAPE) {

Completed in 154 milliseconds