HomeSort by relevance Sort by last modified time
    Searched refs:F_TwoSidedLiftDrag (Results 1 - 3 of 3) 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
btSoftBody.cpp 577 if (m_cfg.aeromodel == btSoftBody::eAeroModel::F_TwoSidedLiftDrag)
    [all...]
  /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 292 milliseconds