User Tools

Site Tools


public:t-gede-16-1:lab5

Differences

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

Link to this comparison view

Next revision
Previous revision
public:t-gede-16-1:lab5 [2016/02/16 17:12] – created marinopublic:t-gede-16-1:lab5 [2024/04/29 13:33] (current) – external edit 127.0.0.1
Line 5: Line 5:
 ===== Discussion ===== ===== Discussion =====
  
-Discussion thread for this lab is here on Piazza: [[https://piazza.com/class/i4l9of1fw8j3ew?cid=47]]+Discussion thread for this lab is here on Piazza: [[https://piazza.com/class/ij2xbg3ztb41qt?cid=31]]
  
 ===== Goal ====== ===== Goal ======
Line 23: Line 23:
 Follow these steps to complete the lab project: Follow these steps to complete the lab project:
  
-  - **Create a New Project** Create a new empty project called "Lab4" in the same way you have created new projectsfor other lab projects.+  - **Create a New Project** Create a new empty project called "Lab5" in the same way you have created new projects for other lab projects.
   - **Plug in and Test Joypad** Plug a USB joypad into your computer and find the device in your system's control panel (usually under "Devices and Printers"). Examine the device properties and find a small test panel for the device. Make sure the device works. Intall necessary drivers if the system is not picking it up.    - **Plug in and Test Joypad** Plug a USB joypad into your computer and find the device in your system's control panel (usually under "Devices and Printers"). Examine the device properties and find a small test panel for the device. Make sure the device works. Intall necessary drivers if the system is not picking it up. 
   - **Initialize Joystick Input** Your MyFrameListener class needs to receive callbacks from the joystick device and therefore has to inherit joystick callback methods from an abstract class called ''OIS::JoyStickListener''. Luckily you can inherit from multiple classes! Change your declaration of your MyFrameListener into this: <code cpp>class MyFrameListener : public Ogre::FrameListener, public OIS::JoyStickListener {    - **Initialize Joystick Input** Your MyFrameListener class needs to receive callbacks from the joystick device and therefore has to inherit joystick callback methods from an abstract class called ''OIS::JoyStickListener''. Luckily you can inherit from multiple classes! Change your declaration of your MyFrameListener into this: <code cpp>class MyFrameListener : public Ogre::FrameListener, public OIS::JoyStickListener { 
Line 232: Line 232:
 ===== When You Are Finished ===== ===== When You Are Finished =====
  
-Upload your **commented source files** into Lab5 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 **source files** into Lab5 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-16-1/lab5.1455642753.txt.gz · Last modified: 2024/04/29 13:32 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki