This is an old revision of the document!
Table of Contents
Lab2: Making a Scene
For this lab we will break down the application made in Lab1 into a class. We will look at the rendering loop and create a listener that will handle the per-frame updates, as well as listening for user input. This lab is based on chapter 9 “The Ogre 3D Startup Sequence” from the book “Ogre 3D 1.7 - Beginner's Guide” by Felix Kerger, which was given as a hand out in the first Lab class.
Discussion
Discussion thread for this lab will be on Piazza: Lab 2 Discussion Thread. Please don't hesitate to ask questions or comment on the Lab assignment.
Preperation
Empty
Lab Project
Work through the enumerated actions in the hand-out given to you:
- “Creating a class”
- “Adding a FrameListener”
- “Adding input”
- “Using our own rendering loop”
- “Adding a frame listener - Camera”
- “Adding a plane and a light”
- “Controlling the model with the arrow keys” (OPTIONAL)
- “Adding animation” (OPTIONAL)
When You Are Finished
Upload your commented source files into Lab2 in MySchool (zip them up if more than one). The lab projects will not be graded, but their completion counts towards your participation grade.