Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: importer now uses the graphicsEngine to generate a Window → orxonox gets modular

File size: 400 bytes
Line 
1#ifndef _FRAMEWORK_H
2#define _FRAMEWORK_H
3 
4#include "objModel.h"
5#include "vector.h"
6
7float rotatorP;
8float rotatorV;
9
10float dist;
11float zoomTo;
12
13Uint32 lastFrame;
14Uint32 currFrame;
15Uint32 dt;
16
17
18Vector dir;
19Vector up;
20
21float matQ[4][4];
22
23Vector M;
24Vector p1;
25Vector p2;
26Vector rotAxis;
27float rotAngle;
28Quaternion rotQ;
29Quaternion rotQlast;
30
31bool mouse1Down;
32
33Model* obj;
34
35
36#endif /* _FRAMEWORK_H */
Note: See TracBrowser for help on using the repository browser.