Home
last modified time | relevance | path

Searched refs:m_bbending (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h50 int m_bbending; // Bending link member
DbtSoftBody.h239 int m_bbending:1; // Bending link member
DbtSoftBody.cpp1146 m_links[m_links.size()-1].m_bbending=1; in generateBendingConstraints()
1397 if(l.m_bbending) in refine()
3338 memPtr->m_bbending = m_links[i].m_bbending; in serialize()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1175 int m_bbending; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp4696 if (arg1) (arg1)->m_bbending = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Link_1bbending_1set()
4709 result = (int) ((arg1)->m_bbending); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Link_1bbending_1get()
14482 if (arg1) (arg1)->m_bbending = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyLinkData_1bbending_1set()
14495 result = (int) ((arg1)->m_bbending); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyLinkData_1bbending_1get()