HomeSort by relevance Sort by last modified time
    Searched refs:facingVelocity (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleTriMesh.java 177 boolean facingVelocity = emitter.isFacingVelocity();
182 if (!facingVelocity){
204 if (facingVelocity){
ParticleEmitter.java 91 private boolean facingVelocity;
505 return facingVelocity;
518 this.facingVelocity = followVelocity;
    [all...]

Completed in 88 milliseconds