![]() |
RigsofRods
2023.09
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 "Terrn2FileFormat.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 43 of file TerrainGeometryManager.cpp.
Definition at line 137 of file TerrainGeometryManager.cpp.
| bool LoadHeightmap | ( | OTCPage & | page, |
| Image & | img | ||
| ) |
Definition at line 629 of file TerrainGeometryManager.cpp.
1.8.17