Of course.
To get the transform of a body, just do btTransform t = mRigidBody->getWorldTransform(). Bullet does interpolation, but all the interpolation happens through
motionstates. In short:
1) To get the interpolated stuff, use a motionstate
2) To get non-interpolated stuff, query the body directly
Gary (-;