Searched refs:m_groundObject (Results 1 – 3 of 3) sorted by relevance
189 wheel.m_raycastInfo.m_groundObject = 0; in rayCast()198 …wheel.m_raycastInfo.m_groundObject = &getFixedBody();///@todo for driving on dynamic/movable objec… in rayCast()547 class btRigidBody* groundObject = (class btRigidBody*) wheelInfo.m_raycastInfo.m_groundObject; in updateFriction()562 class btRigidBody* groundObject = (class btRigidBody*) wheelInfo.m_raycastInfo.m_groundObject; in updateFriction()604 class btRigidBody* groundObject = (class btRigidBody*) wheelInfo.m_raycastInfo.m_groundObject; in updateFriction()693 …s btRigidBody* groundObject = (class btRigidBody*) m_wheelInfo[wheel].m_raycastInfo.m_groundObject; in updateFriction()
50 void* m_groundObject; //could be general void* ptr member
29824 if (arg1) (arg1)->m_groundObject = arg2; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1groundObject_1set()29837 result = (void *) ((arg1)->m_groundObject); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1groundObject_1get()