Home | History | Annotate | Download | only in effect

Lines Matching defs:oc

1097         OutputCapsule oc = ex.getCapsule(this);
1098 oc.write(shape, "shape", DEFAULT_SHAPE);
1099 oc.write(meshType, "meshType", ParticleMesh.Type.Triangle);
1100 oc.write(enabled, "enabled", true);
1101 oc.write(particles.length, "numParticles", 0);
1102 oc.write(particlesPerSec, "particlesPerSec", 0);
1103 oc.write(lowLife, "lowLife", 0);
1104 oc.write(highLife, "highLife", 0);
1105 oc.write(gravity, "gravity", null);
1106 oc.write(imagesX, "imagesX", 1);
1107 oc.write(imagesY, "imagesY", 1);
1109 oc.write(startColor, "startColor", null);
1110 oc.write(endColor, "endColor", null);
1111 oc.write(startSize, "startSize", 0);
1112 oc.write(endSize, "endSize", 0);
1113 oc.write(worldSpace, "worldSpace", false);
1114 oc.write(facingVelocity, "facingVelocity", false);
1115 oc.write(faceNormal, "faceNormal", new Vector3f(Vector3f.NAN));
1116 oc.write(selectRandomImage, "selectRandomImage", false);
1117 oc.write(randomAngle, "randomAngle", false);
1118 oc.write(rotateSpeed, "rotateSpeed", 0);
1120 oc.write(particleInfluencer, "influencer", DEFAULT_INFLUENCER);