Home | History | Annotate | Download | only in bullet-native

Lines Matching refs:jmeMotionState

38 #include "jmeMotionState.h"
91 ((jmeMotionState*) body->getMotionState())->setKinematicLocation(env, value);
92 body->setCenterOfMassTransform(((jmeMotionState*) body->getMotionState())->worldTransform);
116 ((jmeMotionState*) body->getMotionState())->setKinematicRotation(env, value);
117 body->setCenterOfMassTransform(((jmeMotionState*) body->getMotionState())->worldTransform);
141 ((jmeMotionState*) body->getMotionState())->setKinematicRotationQuat(env, value);
142 body->setCenterOfMassTransform(((jmeMotionState*) body->getMotionState())->worldTransform);