Home
last modified time | relevance | path

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

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