From 07dca944766e702453730fe1a55605dab9380c6e Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Sat, 28 May 2011 07:15:27 +0000 Subject: BGE Animation: * Adding IPOs to BL_Action * Adding a "speed" option to adjust the playback speed by some factor --- source/gameengine/Ketsji/BL_ActionManager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/gameengine/Ketsji/BL_ActionManager.h') diff --git a/source/gameengine/Ketsji/BL_ActionManager.h b/source/gameengine/Ketsji/BL_ActionManager.h index 409d6c24e30..a57e0e1ce87 100644 --- a/source/gameengine/Ketsji/BL_ActionManager.h +++ b/source/gameengine/Ketsji/BL_ActionManager.h @@ -49,7 +49,8 @@ public: short layer=0, float blendin=0.f, short play_mode=0, - short blend_mode=0); + short blend_mode=0, + float playback_speed=1.f); void StopAction(short layer); void Update(float); -- cgit v1.2.3