Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TerrainApron.cpp File Reference
#include "MemDebug.h"
#include "Terrain.h"
#include "TerrainApron.h"
#include "TerrainRegion.h"
#include "CameraView.h"
#include "Bitmap.h"
#include "DataLoader.h"
#include "Game.h"
#include "Light.h"
#include "Scene.h"

Go to the source code of this file.

Variables

const int PATCH_SIZE = 17
const int HALF_PATCH_SIZE = 8
const int MAX_VERTS = PATCH_SIZE * PATCH_SIZE
const int NUM_INDICES_TRI = 3

Variable Documentation

const int HALF_PATCH_SIZE = 8

Definition at line 29 of file TerrainApron.cpp.

const int MAX_VERTS = PATCH_SIZE * PATCH_SIZE

Definition at line 30 of file TerrainApron.cpp.

const int NUM_INDICES_TRI = 3

Definition at line 31 of file TerrainApron.cpp.

const int PATCH_SIZE = 17

Definition at line 28 of file TerrainApron.cpp.