|
From: Jone M. V. <vi...@ns...> - 2001-02-06 10:03:14
|
Just commited some changes I've done to KGB_MovementFactory. KGB_MovementFactory now only works as a wrapper around KGB_Movement, and KGB_Movement is just a base-class for the real movement-classes. I have implemented two types of movement for now: KGB_BasicMovement, which provides smooth time-interpolated animation and KGB_DiscreteMovement, which provides discrete movement-steps bound to timelapses (hope that explains what I mean). The new structure breaks some of the tests, and I am in the process of fixing these. If you want to have a look at what has been done, do a cvs update and take a look at test/movement. Looks like I'm finally getting things done:) BLiP! |