RigsofRods
Soft-body Physics Simulation
|
#include "TerrainGeometryManager.h"
#include "Actor.h"
#include "Application.h"
#include "ContentManager.h"
#include "Language.h"
#include "GfxScene.h"
#include "GUIManager.h"
#include "GUI_LoadingWindow.h"
#include "Terrain.h"
#include "ShadowManager.h"
#include "OgreTerrainPSSMMaterialGenerator.h"
#include "OTCFileFormat.h"
#include <OgreLight.h>
#include <Terrain/OgreTerrainGroup.h>
Go to the source code of this file.
Data Structures | |
class | Terrn2CustomMaterial |
class | Terrn2CustomMaterial::Profile |
Macros | |
#define | CUSTOM_MAT_PROFILE_NAME "Terrn2CustomMat" |
#define | XZSTR(X, Z) String("[") + TOSTRING(X) + String(",") + TOSTRING(Z) + String("]") |
Functions | |
bool | LoadHeightmap (OTCPage &page, Image &img) |
#define CUSTOM_MAT_PROFILE_NAME "Terrn2CustomMat" |
Definition at line 42 of file TerrainGeometryManager.cpp.
Definition at line 136 of file TerrainGeometryManager.cpp.
bool LoadHeightmap | ( | OTCPage & | page, |
Image & | img | ||
) |
Definition at line 628 of file TerrainGeometryManager.cpp.