HomeSort by relevance Sort by last modified time
    Searched refs:V_TwoSidedLiftDrag (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 87 V_TwoSidedLiftDrag, ///Vertex normals are flipped to match velocity and lift and drag forces are applied
btSoftBody.cpp 492 if (m_cfg.aeromodel == btSoftBody::eAeroModel::V_TwoSidedLiftDrag)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 133 public final static int V_TwoSidedLiftDrag = V_TwoSided + 1;
134 public final static int V_OneSided = V_TwoSidedLiftDrag + 1;
    [all...]

Completed in 801 milliseconds