Searched refs:emitterShape (Results 1 – 5 of 5) sorted by relevance
76 EmitterShape emitterShape = emitter.getShape(); in apply() local89 if (meshes.size() > 0 && emitterShape instanceof EmitterMeshVertexShape) { in apply()90 ((EmitterMeshVertexShape) emitterShape).setMeshes(meshes); in apply()
29 public void influenceParticle(Particle particle, EmitterShape emitterShape) { in influenceParticle() argument30 emitterShape.getRandomPoint(particle.position); in influenceParticle()
34 public void influenceParticle(Particle particle, EmitterShape emitterShape) { in influenceParticle() argument35 emitterShape.getRandomPointAndNormal(particle.position, particle.velocity); in influenceParticle()
22 void influenceParticle(Particle particle, EmitterShape emitterShape); in influenceParticle() argument
26 public void influenceParticle(Particle particle, EmitterShape emitterShape) { in influenceParticle() argument