Last change
on this file since 4308 was
4272,
checked in by bensch, 20 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 | |
---|
7 | float rotatorP; |
---|
8 | float rotatorV; |
---|
9 | |
---|
10 | float dist; |
---|
11 | float zoomTo; |
---|
12 | |
---|
13 | Uint32 lastFrame; |
---|
14 | Uint32 currFrame; |
---|
15 | Uint32 dt; |
---|
16 | |
---|
17 | |
---|
18 | Vector dir; |
---|
19 | Vector up; |
---|
20 | |
---|
21 | float matQ[4][4]; |
---|
22 | |
---|
23 | Vector M; |
---|
24 | Vector p1; |
---|
25 | Vector p2; |
---|
26 | Vector rotAxis; |
---|
27 | float rotAngle; |
---|
28 | Quaternion rotQ; |
---|
29 | Quaternion rotQlast; |
---|
30 | |
---|
31 | bool mouse1Down; |
---|
32 | |
---|
33 | Model* obj; |
---|
34 | |
---|
35 | |
---|
36 | #endif /* _FRAMEWORK_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.