|
Blender
V2.59
|
#include <KX_ObColorIpoSGController.h>

Public Member Functions | |
| KX_ObColorIpoSGController () | |
| virtual | ~KX_ObColorIpoSGController () |
| virtual SG_Controller * | GetReplica (class SG_Node *destnode) |
| virtual bool | Update (double time) |
| virtual void | SetSimulatedTime (double time) |
| void | SetOption (int option, int value) |
| void | AddInterpolator (KX_IInterpolator *interp) |
Public Attributes | |
| MT_Vector4 | m_rgba |
Definition at line 41 of file KX_ObColorIpoSGController.h.
| KX_ObColorIpoSGController::KX_ObColorIpoSGController | ( | ) | [inline] |
Definition at line 53 of file KX_ObColorIpoSGController.h.
Referenced by GetReplica().
| KX_ObColorIpoSGController::~KX_ObColorIpoSGController | ( | ) | [virtual] |
Definition at line 106 of file KX_ObColorIpoSGController.cpp.
References i.
| void KX_ObColorIpoSGController::AddInterpolator | ( | KX_IInterpolator * | interp | ) |
Definition at line 72 of file KX_ObColorIpoSGController.cpp.
Referenced by BL_ConvertIpos(), and GetReplica().
| SG_Controller * KX_ObColorIpoSGController::GetReplica | ( | class SG_Node * | destnode | ) | [virtual] |
Implements SG_Controller.
Definition at line 77 of file KX_ObColorIpoSGController.cpp.
References AddInterpolator(), SG_Controller::ClearObject(), i, KX_ObColorIpoSGController(), and KX_ScalarInterpolator::SetNewTarget().
| void KX_ObColorIpoSGController::SetOption | ( | int | option, |
| int | value | ||
| ) | [inline, virtual] |
Hacky way of passing options to specific controllers
| option | An integer identifying the option. |
| value | The value of this option. |
Implements SG_Controller.
Definition at line 66 of file KX_ObColorIpoSGController.h.
| virtual void KX_ObColorIpoSGController::SetSimulatedTime | ( | double | time | ) | [inline, virtual] |
Implements SG_Controller.
Definition at line 60 of file KX_ObColorIpoSGController.h.
| bool KX_ObColorIpoSGController::Update | ( | double | time | ) | [virtual] |
Implements SG_Controller.
Definition at line 45 of file KX_ObColorIpoSGController.cpp.
References SG_IObject::GetSGClientObject(), i, SG_Controller::m_pObject, m_rgba, and KX_GameObject::SetObjectColor().
Definition at line 44 of file KX_ObColorIpoSGController.h.
Referenced by BL_ConvertIpos(), and Update().