RigsofRods
Soft-body Physics Simulation
Data Structures | Macros | Functions
TerrainGeometryManager.cpp File Reference
#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>
+ Include dependency graph for TerrainGeometryManager.cpp:

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)
 

Macro Definition Documentation

◆ CUSTOM_MAT_PROFILE_NAME

#define CUSTOM_MAT_PROFILE_NAME   "Terrn2CustomMat"

Definition at line 42 of file TerrainGeometryManager.cpp.

◆ XZSTR

#define XZSTR (   X,
 
)    String("[") + TOSTRING(X) + String(",") + TOSTRING(Z) + String("]")

Definition at line 136 of file TerrainGeometryManager.cpp.

Function Documentation

◆ LoadHeightmap()

bool LoadHeightmap ( OTCPage page,
Image &  img 
)

Definition at line 628 of file TerrainGeometryManager.cpp.

+ Here is the caller graph for this function: