This commit is contained in:
ejcoumans 2006-10-15 20:18:38 +00:00
parent ef993557fe
commit 15840d7bb0

View File

@ -16,6 +16,9 @@ subject to the following restrictions:
#ifndef BT_MOTIONSTATE_H #ifndef BT_MOTIONSTATE_H
#define BT_MOTIONSTATE_H #define BT_MOTIONSTATE_H
#include "LinearMath/btVector3.h"
#include "LinearMath/btQuaternion.h"
///btMotionState allows the dynamics world to synchronize the updated world transforms with graphics ///btMotionState allows the dynamics world to synchronize the updated world transforms with graphics
///For optimizations, potentially only moving objects get synchronized (using setWorldPosition/setWorldOrientation) ///For optimizations, potentially only moving objects get synchronized (using setWorldPosition/setWorldOrientation)