Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodySolvers.h48 float m_timeScale; variable
53 m_timeScale( 1 ) in btSoftBodySolver()
120 return m_timeScale; in getTimeScale()
DbtSoftBodyData.h106 float m_timeScale; // Time scale member
DbtSoftBody.cpp3438 sbd->m_config.m_timeScale = m_cfg.timescale; in serialize()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1241 float m_timeScale; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp15670 if (arg1) (arg1)->m_timeScale = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyConfigData_1timeScale_1set()
15683 result = (float) ((arg1)->m_timeScale); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyConfigData_1timeScale_1get()