From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/_terrain_apron_8cpp.html | 196 ++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 Doc/doxygen/html/_terrain_apron_8cpp.html (limited to 'Doc/doxygen/html/_terrain_apron_8cpp.html') diff --git a/Doc/doxygen/html/_terrain_apron_8cpp.html b/Doc/doxygen/html/_terrain_apron_8cpp.html new file mode 100644 index 0000000..9d3f1d0 --- /dev/null +++ b/Doc/doxygen/html/_terrain_apron_8cpp.html @@ -0,0 +1,196 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/TerrainApron.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
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.

+ +
+
+
+
+ + + + -- cgit v1.1