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

  /external/replicaisland/src/com/replica/replicaisland/
SimplePhysicsComponent.java 35 public void setBounciness(float bounciness) {
36 mBounciness = bounciness;
PhysicsComponent.java 190 final float bounciness = Math.min(getBounciness() + otherBounciness, 1.0f); local
191 final float coefficientOfRestitution = bounciness; // 0 = perfectly inelastic,
237 public void setBounciness(float bounciness) {
238 mBounciness = bounciness;

Completed in 57 milliseconds