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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 89 F_TwoSided, ///Face normals are flipped to match velocity
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 135 public final static int F_TwoSided = V_OneSided + 1;
136 public final static int F_TwoSidedLiftDrag = F_TwoSided + 1;
    [all...]

Completed in 41 milliseconds