public:t-gede-14-1:lab2
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
public:t-gede-14-1:lab2 [2014/01/11 09:24] – created marino | public:t-gede-14-1:lab2 [2024/04/29 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Lab2: Making a Scene ====== | ====== Lab2: Making a Scene ====== | ||
+ | Today we will go a little bit deeper into the Ogre framework, and create an interactive scene, where we can navigate around, add a ground and explore the use of keyboard and Mouse input. | ||
- | 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" | + | For this lab we will break down the application made in Lab1 into a class definition. We will look at the rendering loop and create a listener |
+ | At the end of this lab, we will have a similar scene as in Lab1 but we will be able to interact with the scene. This lab will include Some bonus points, and we encourage you to do them. | ||
+ | |||
+ | While the Lab Assignment is a little hard boiled, feel free and I encourage you to experiment, change the code structure (its quite ugly in the guide :) and or add functionality. Just make sure your application qualifies to the standard requirements of the Lab :) | ||
+ | |||
+ | This is somewhat our goal. | ||
+ | {{ : | ||
===== Discussion ===== | ===== Discussion ===== | ||
Line 8: | Line 15: | ||
===== Preperation ===== | ===== Preperation ===== | ||
- | Empty | + | You need to create a new project, and configure it like we did in the first lab. As I could not find any easy way to move one projects configurations to the next, you have three options: |
+ | - Follow the instructions in Lab 1. | ||
+ | - Find an easy way to copy VS project configurations to another project and share your prospects with the rest. | ||
+ | - Follow the hack below. | ||
+ | **Copying VS configurations the farmers way ->** | ||
+ | - Create a new empty //" | ||
+ | - Make sure to add the project to the solution where the previous project is located. | ||
+ | - Navigate to the previous lab project folder on disk (**//right click project-> | ||
+ | - Copy all the source and header files from previous Lab into the new Lab folder (**//You must copy them from the file explorer outside of Visual studio, visual studio only creates symbolic links to the source files otherwise.// | ||
+ | - Copy the file <Project name> | ||
+ | - Edit the ''< | ||
+ | < | ||
+ | to | ||
+ | < | ||
+ | </ | ||
+ | - Then finally rename the project file to match the new project name and overwrite the vcxproj file of the new project. | ||
+ | - Also make sure to copy the ogre.cfg, resources_d.cfg and plugins_d.cfg to the correct working directory of the new project. '' | ||
+ | - Now the project should build correctly and you can go on your way to start the next lab assignment. "// | ||
+ | - Know an easier solution? Then please share with the rest on the discussion forum :) | ||
===== Lab Project ===== | ===== Lab Project ===== | ||
- | Work through the enumerated actions in the hand-out given to you: | + | Work through the enumerated actions in the {{: |
- " | - " | ||
Line 19: | Line 44: | ||
- " | - " | ||
- " | - " | ||
- | - " | + | <box green 100% | **Bonus Pts**> |
- | | + | 7. " |
+ | 8. " | ||
+ | While this part is optional, you are free and encouraged to experiment on your own, make the input more pleasing, trying other animations, Sinbad can dance for an extra bonus credit :) | ||
+ | <code cpp> | ||
+ | // Print out all available animation names for _SinbadEnt. | ||
+ | Ogre:: | ||
+ | while (iter.hasMoreElements()) { | ||
+ | | ||
+ | | ||
+ | } | ||
+ | </ | ||
+ | </ | ||
===== When You Are Finished ===== | ===== When You Are Finished ===== | ||
+ | You should be able to navigate the camera around Sinbad, and you should also see the plane under Sinbad receiving his shadow. | ||
+ | {{ : | ||
+ | |||
+ | If you were a good citizen and implemented the Bonus points in the guide, you should also be able to move Sinbad with very lame controls (**//We will address this in a later Lab :)//** ), and see him animated while walking. | ||
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. | 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. |
/var/www/cadia.ru.is/wiki/data/attic/public/t-gede-14-1/lab2.1389432247.txt.gz · Last modified: 2024/04/29 13:32 (external edit)