Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/importer/framework.h @ 3427

Last change on this file since 3427 was 3427, checked in by bensch, 19 years ago

orxonox/trunk/importer: cleaned up the includes, while watching some Monty Python

File size: 536 bytes
RevLine 
[2931]1#ifndef _FRAMEWORK_H
2#define _FRAMEWORK_H
3 
4#include "windowHandler.h" // Include the Whandler Basecode
[3396]5#include "objModel.h"
[2931]6
[3427]7class Vector;
8
[2931]9float rotatorP;
10float rotatorV;
[2952]11
[2933]12float dist;
[2938]13float zoomTo;
[2931]14
[2940]15Uint32 lastFrame;
16Uint32 currFrame;
17Uint32 dt;
18
[2952]19
20Vector dir;
[2963]21Vector up;
22
23float matQ[4][4];
24
[2952]25Vector M;
26Vector p1;
27Vector p2;
28Vector rotAxis;
29float rotAngle;
30Quaternion rotQ;
[2963]31Quaternion rotQlast;
[2952]32
33bool mouse1Down;
34
[2931]35WindowHandler wHandler;  // Create an instance of the whandler basecode class
[3396]36OBJModel* obj;
[2931]37
38
39#endif /* _FRAMEWORK_H */
Note: See TracBrowser for help on using the repository browser.