Searched defs:meshType (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleEmitter.java83 private ParticleMesh.Type meshType; field in class:ParticleEmitter
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) { argument
291 this.meshType
[all...]

Completed in 54 milliseconds