Searched refs:DEFAULT_SHAPE (Results 1 – 1 of 1) sorted by relevance
77 private static final EmitterShape DEFAULT_SHAPE = new EmitterPointShape(Vector3f.ZERO); field in ParticleEmitter80 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()