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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 86 V_TwoSided, ///Vertex normals are flipped to match velocity
btSoftBody.cpp 523 else if (m_cfg.aeromodel == btSoftBody::eAeroModel::V_Point || m_cfg.aeromodel == btSoftBody::eAeroModel::V_OneSided || m_cfg.aeromodel == btSoftBody::eAeroModel::V_TwoSided)
525 if (btSoftBody::eAeroModel::V_TwoSided)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 132 public final static int V_TwoSided = V_Point + 1;
133 public final static int V_TwoSidedLiftDrag = V_TwoSided + 1;
    [all...]

Completed in 474 milliseconds