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

  /external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
DefaultParticleInfluencer.java 24 protected Vector3f startVelocity = new Vector3f();
40 particle.velocity.set(startVelocity);
44 temp.multLocal(startVelocity.length());
51 oc.write(startVelocity, "startVelocity", Vector3f.ZERO);
58 startVelocity = (Vector3f) ic.readSavable("startVelocity", Vector3f.ZERO.clone());
66 clone.startVelocity = startVelocity.clone();
75 this.startVelocity.set(initialVelocity)
    [all...]
NewtonianParticleInfluencer.java 118 result.startVelocity = startVelocity;

Completed in 82 milliseconds