Starshatter_Open
Open source Starshatter engine
|
#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 |
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.