Home | History | Annotate | Download | only in effect

Lines Matching refs:DEFAULT_SHAPE

77     private static final EmitterShape DEFAULT_SHAPE = new EmitterPointShape(Vector3f.ZERO);
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) {