Custom FrameListener how to?

crodude

22-12-2006 00:42:14

Hi all!
Is it possible to create custom FrameListener as in 'CameraTrack' example to be able to do SceneNode animations as it is represented there?

Many thanks in advance!

Bekas

23-12-2006 23:43:24

In Mogre you create custom FrameListenerHandlers
root.FrameStarted += new FrameListener.FrameStartedHandler(MyFrameStartedMethod);
It does the same job.