Changeset 3390 in orxonox.OLD for orxonox/branches/nico/src/importer/heightMapViewer.h
- Timestamp:
- Feb 2, 2005, 1:04:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/nico/src/importer/heightMapViewer.h
r3384 r3390 18 18 #include "../stdincl.h" 19 19 20 20 21 #define WIDTH 640 21 22 #define HEIGHT 480 22 #define FULLSCREEN false23 23 24 /* 25 #define WIDTH 1280 26 #define HEIGHT 854 27 #define FULLSCREEN true 28 */ 24 //#define WIDTH 1280 25 //#define HEIGHT 854 26 //#define FULLSCREEN 27 29 28 30 29 class HeightMapViewer … … 46 45 bool wireframe; 47 46 bool mousedown; 47 bool smoothShading; 48 48 49 49 Vector cameraPos; … … 56 56 Quaternion rotator; 57 57 }; 58 59 Vector perpendicular (Vector perpendic);
Note: See TracChangeset
for help on using the changeset viewer.