//*********************************************************** // // Name: TerrGlobals.H // Last Update: 27/2/02 // Author: Poya Manouchehri // // Description: Some globals and macros, used by the CTerrain // and CPatch // //*********************************************************** #ifndef TERRGLOBALS_H #define TERRGLOBALS_H const int PATCH_SIZE = 16; const int CELL_SIZE = 4; //horizontal scale of the patches const float HEIGHT_SCALE = 0.35f/256.0f; #endif