Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 2, 2005, 1:04:00 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/nico: heightmap now compiles on all platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/nico/src/importer/heightMapViewer.h

    r3384 r3390  
    1818#include "../stdincl.h"
    1919
     20
    2021#define WIDTH        640
    2122#define HEIGHT       480
    22 #define FULLSCREEN   false
    2323
    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
    2928
    3029class HeightMapViewer
     
    4645        bool wireframe;
    4746        bool mousedown;
     47        bool smoothShading;
    4848
    4949        Vector cameraPos;
     
    5656        Quaternion rotator;
    5757};
     58
     59Vector perpendicular (Vector perpendic);
Note: See TracChangeset for help on using the changeset viewer.