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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 90 F_TwoSidedLiftDrag, ///Face normals are flipped to match velocity and lift and drag forces are applied
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 136 public final static int F_TwoSidedLiftDrag = F_TwoSided + 1;
137 public final static int F_OneSided = F_TwoSidedLiftDrag + 1;
    [all...]

Completed in 261 milliseconds