1
0
forked from 0ad/0ad
0ad/source/terrain/TerrGlobals.h
2004-04-13 16:54:34 +00:00

21 lines
471 B
C
Executable File

//***********************************************************
//
// 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