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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 88 V_OneSided, ///Vertex normals are taken as it is
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)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 134 public final static int V_OneSided = V_TwoSidedLiftDrag + 1;
135 public final static int F_TwoSided = V_OneSided + 1;
    [all...]

Completed in 293 milliseconds