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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp 65 m_cfg.aeromodel = eAeroModel::V_Point;
468 const bool as_vaero = as_aero && (m_cfg.aeromodel < btSoftBody::eAeroModel::F_TwoSided);
492 if (m_cfg.aeromodel == btSoftBody::eAeroModel::V_TwoSidedLiftDrag)
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)
555 const bool as_faero = as_aero && (m_cfg.aeromodel >= btSoftBody::eAeroModel::F_TwoSided);
577 if (m_cfg.aeromodel == btSoftBody::eAeroModel::F_TwoSidedLiftDrag)
618 else if (m_cfg.aeromodel == btSoftBody::eAeroModel::F_OneSided || m_cfg.aeromodel == btSoftBody::eAeroModel::F_TwoSided
    [all...]
btSoftBody.h 83 ///eAeroModel
84 struct eAeroModel { enum _ {
566 eAeroModel::_ aeromodel; // Aerodynamic model (default: V_Point)
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 83 static public class eAeroModel extends BulletBase {
86 protected eAeroModel(final String className, long cPtr, boolean cMemoryOwn) {
91 /** Construct a new eAeroModel, normally you should not need this constructor it's intended for low-level usage. */
92 public eAeroModel(long cPtr, boolean cMemoryOwn) {
93 this("eAeroModel", cPtr, cMemoryOwn);
104 public static long getCPtr(eAeroModel obj) {
126 public eAeroModel() {
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 305 milliseconds