====== Lab 3: Updating the Scene Every Frame ====== We have been talking about the Game Loop in the lectures, and now it is time to hook into this loop in your own Ogre project. Any class that implements the FrameListener interface in Ogre, can override the methods frameStarted, frameRenderingQueued and frameEnded, which all are called by the Ogre framework every time Ogre loops. ===== What to Do in this Lab===== This lab assumes that you have already gotten a basic Ogre application up and running and builds on the basic TutorialApplication framework introduced in [[http://www.ogre3d.org/tikiwiki/Basic+Tutorial+1&structure=Tutorials|Basic Tutorial 1: Introduction to the SceneManager, SceneNode, and Entity objects]]. You task now is to complete [[http://www.ogre3d.org/tikiwiki/Basic+Tutorial+4|Basic Tutorial 4: Frame Listeners and Unbuffered Input]]