|
From: Jone M. V. <vi...@ns...> - 2001-02-22 11:39:09
|
I have added several new movement-patterns to cvs: KGB_LinearInterpolationMovement: used to move objects to a specific coordinate within a given timeframe (constant speed) KGB_EaseInOutMovement: used to move objects to a specific coordinate within a given timeframe using the ease in/ease out pattern KGB_InvertedEaseInOutMovement: used to move objects to a specific coordinate within a given timeframe using an inverted ease in/ease out pattern. All of the above movement-patterns are time-interpolated, and will move decoupled from the framerate of the target machine. check it out:) BLiP! |