OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_ENABLE_GYROPSCOPIC_FORCE
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btRigidBodyFlags.java
16
public final static int
BT_ENABLE_GYROPSCOPIC_FORCE
= BT_ENABLE_GYROSCOPIC_FORCE_IMPLICIT_BODY;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btRigidBody.h
44
///
BT_ENABLE_GYROPSCOPIC_FORCE
flags is enabled by default in Bullet 2.83 and onwards.
45
///and it
BT_ENABLE_GYROPSCOPIC_FORCE
becomes equivalent to BT_ENABLE_GYROSCOPIC_FORCE_IMPLICIT_BODY
50
BT_ENABLE_GYROPSCOPIC_FORCE
= BT_ENABLE_GYROSCOPIC_FORCE_IMPLICIT_BODY,
Completed in 216 milliseconds