User Tools

Site Tools


public:t-gede-14-1:lab2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:t-gede-14-1:lab2 [2014/01/13 18:08] – [Lab Project] marinopublic:t-gede-14-1:lab2 [2024/04/29 13:33] (current) – external edit 127.0.0.1
Line 2: Line 2:
 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.  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 definition. We will look at the rendering loop and create a listener class 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.+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 class 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.
  
 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.  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. This is somewhat our goal.
Line 19: Line 21:
 **Copying VS configurations the farmers way ->** **Copying VS configurations the farmers way ->**
   - Create a new empty //"win32 console application"// project for this Lab.   - Create a new empty //"win32 console application"// project for this Lab.
-  - Choose add project to solution. +  - 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->Open Project in File Explorer//**). +  - Navigate to the previous lab project folder on disk (**//right click project->Open Project in File Explorer//** in VS2013). 
-  - 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 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>.vcxproj from the previous project into the new one.   - Copy the file <Project name>.vcxproj from the previous project into the new one.
   - Edit the ''<project name>.vcxproj'' with a text editor and change the following. (**//Make sure you save the solution and close visual studio prior to this step//**)<code xml>   - Edit the ''<project name>.vcxproj'' with a text editor and change the following. (**//Make sure you save the solution and close visual studio prior to this step//**)<code xml>
Line 34: Line 36:
 ===== Lab Project ===== ===== Lab Project =====
  
-Work through the enumerated actions in the hand-out given to you:+Work through the enumerated actions in the {{:public:t-gede-14-1:ogrestartup_ogre3d_1.7_beginners_guide_chapter_9_by_felix_kerger.pdf| Beginners Guide }}
  
   - "Creating a class"   - "Creating a class"
/var/www/cadia.ru.is/wiki/data/attic/public/t-gede-14-1/lab2.1389636509.txt.gz · Last modified: 2024/04/29 13:32 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki