Home | History | Annotate | Download | only in effect

Lines Matching defs:meshType

83     private ParticleMesh.Type meshType;
177 switch (meshType) {
187 throw new IllegalStateException("Unrecognized particle type: " + meshType);
207 meshType = type;
217 switch (meshType) {
227 throw new IllegalStateException("Unrecognized particle type: " + meshType);
283 return meshType;
288 * @param meshType The mesh type to use
290 public void setMeshType(ParticleMesh.Type meshType) {
291 this.meshType = meshType;
292 switch (meshType) {
302 throw new IllegalStateException("Unrecognized particle type: " + meshType);
1068 if (meshType == ParticleMesh.Type.Point) {
1099 oc.write(meshType, "meshType", ParticleMesh.Type.Triangle);
1134 meshType = ic.readEnum("meshType", ParticleMesh.Type.class, ParticleMesh.Type.Triangle);
1158 switch (meshType) {
1168 throw new IllegalStateException("Unrecognized particle type: " + meshType);