OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emitterShape
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ParticlesModifier.java
5
import com.jme3.effect.shapes.
EmitterShape
;
76
EmitterShape
emitterShape
= emitter.getShape();
89
if (meshes.size() > 0 &&
emitterShape
instanceof EmitterMeshVertexShape) {
90
((EmitterMeshVertexShape)
emitterShape
).setMeshes(meshes);
/external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
NewtonianParticleInfluencer.java
4
import com.jme3.effect.shapes.
EmitterShape
;
34
public void influenceParticle(Particle particle,
EmitterShape
emitterShape
) {
35
emitterShape
.getRandomPointAndNormal(particle.position, particle.velocity);
Completed in 65 milliseconds