Changeset View
Changeset View
Standalone View
Standalone View
source/gameengine/Ketsji/KX_IPO_SGController.h
| Context not available. | |||||
| double m_ipotime; | double m_ipotime; | ||||
| /** Location of the object when the IPO is first fired (for local transformations) */ | /** Location of the object when the IPO is first fired (for local transformations) */ | ||||
| MT_Point3 m_ipo_start_point; | MT_Vector3 m_ipo_start_point; | ||||
| /** Orientation of the object when the IPO is first fired (for local transformations) */ | /** Orientation of the object when the IPO is first fired (for local transformations) */ | ||||
| MT_Matrix3x3 m_ipo_start_orient; | MT_Matrix3x3 m_ipo_start_orient; | ||||
| Context not available. | |||||
| void SetOption(int option, int value); | void SetOption(int option, int value); | ||||
| /** Set sumo data. */ | |||||
| void UpdateSumoReference(); | |||||
| /** Set reference to the corresponding game object. */ | /** Set reference to the corresponding game object. */ | ||||
| void SetGameObject(class KX_GameObject *go); | void SetGameObject(class KX_GameObject *go); | ||||
| Context not available. | |||||