TDME2 1.9.121
|
Terrain 2 utility. More...
#include <tdme/utilities/Terrain2.h>
Classes | |
struct | FoliageBrush |
struct | FoliageBrushPrototype |
Static Public Member Functions | |
static void | createTerrainModels (float width, float depth, float y, vector< float > &terrainHeightVector, BoundingBox &terrainBoundingBox, vector< Model * > &terrainModels, bool createLODLevels=false) |
Create terrain models. More... | |
static void | applyBrushToTerrainModels (BoundingBox &terrainBoundingBox, vector< Model * > &terrainModels, vector< float > &terrainHeightVector, const Vector3 &brushCenterPosition, Texture *brushTexture, float brushScale, float brushStrength, BrushOperation brushOperation, float flattenHeight=0.0f) |
Apply brush to given terrain models. More... | |
static void | applyRampBrushToTerrainModels (BoundingBox &terrainBoundingBox, vector< Model * > &terrainModels, vector< float > &terrainHeightVector, const Vector3 &brushCenterPosition, Texture *brushTexture, float brushRotation, const Vector2 &brushScale, float flattenHeightMin, float flattenHeightMax) |
Apply ramp brush to given terrain models. More... | |
static void | updateFoliageTerrainBrush (BoundingBox &terrainBoundingBox, vector< float > &terrainHeightVector, const Vector3 &brushCenterPosition, const FoliageBrush &foliageBrush, vector< unordered_map< int, vector< Transformations > > > &foliageMaps, unordered_set< int > &updateFoliagePartitions) |
Update foliage after using terrain brush. More... | |
static void | updateFoliageTerrainRampBrush (BoundingBox &terrainBoundingBox, vector< float > &terrainHeightVector, const Vector3 &brushCenterPosition, Texture *brushTexture, float brushRotation, const Vector2 &brushScale, vector< unordered_map< int, vector< Transformations > > > &foliageMaps, unordered_set< int > &updateFoliagePartitions) |
Update foliage after using terrain ramp brush. More... | |
static bool | computeWaterPositionMap (BoundingBox &terrainBoundingBox, const vector< float > &terrainHeightVector, const Vector3 &brushCenterPosition, float waterHeight, unordered_map< int, unordered_set< int > > &waterPositionMap) |
Compute water positions map using a auto fill like algorithm at given brush center position. More... | |
static Vector3 | computeWaterReflectionEnvironmentMappingPosition (const unordered_map< int, unordered_set< int > > &waterPositionMap, float waterHeight) |
Compute water reflection environment mapping position. More... | |
static void | createWaterModels (BoundingBox &terrainBoundingBox, const unordered_map< int, unordered_set< int > > &waterPositionMap, float waterHeight, int waterModelIdx, vector< Model * > &waterModels) |
Create partitioned water models using given water position map. More... | |
static bool | getTerrainModelsHeight (BoundingBox &terrainBoundingBox, vector< Model * > &terrainModels, vector< float > &terrainHeightVector, const Vector3 &brushCenterPosition, float &brushHeight) |
Get terrain models height for e.g. More... | |
static void | createFoliageMaps (BoundingBox &terrainBoundingBox, vector< unordered_map< int, vector< Transformations > > > &foliageMaps) |
Create foliage maps. More... | |
static void | createFoliageMaps (float terrainWidth, float terrainDepth, vector< unordered_map< int, vector< Transformations > > > &foliageMaps) |
Create foliage maps. More... | |
static void | emptyFoliageMaps (vector< unordered_map< int, vector< Transformations > > > &foliageMaps) |
Empty foliage maps. More... | |
static void | applyFoliageBrush (BoundingBox &terrainBoundingBox, vector< float > &terrainHeightVector, const Vector3 &brushCenterPosition, const FoliageBrush &foliageBrush, const vector< FoliageBrushPrototype > &foliageBrushPrototypes, BrushOperation brushOperation, vector< unordered_map< int, vector< Transformations > > > &foliageMaps, vector< unordered_map< int, vector< Transformations > > > &newFoliageMaps) |
Apply foliage brush. More... | |
static void | applyFoliageDeleteBrush (BoundingBox &terrainBoundingBox, const Vector3 &brushCenterPosition, const FoliageBrush &foliageBrush, const vector< FoliageBrushPrototype > &foliageBrushPrototypes, BrushOperation brushOperation, vector< unordered_map< int, vector< Transformations > > > &foliageMaps, unordered_set< int > &recreateFoliagePartitions) |
Apply foliage delete brush. More... | |
static void | mirrorXAxis (bool flipZ, float width, float depth, vector< float > &terrainHeightVector, unordered_map< int, float > &waterPositionMapsHeight, unordered_map< int, unordered_map< int, unordered_set< int > > > &waterPositionMaps, vector< unordered_map< int, vector< Transformations > > > &foliageMaps) |
Mirror terrain around X axis. More... | |
static void | mirrorZAxis (bool flipX, float width, float depth, vector< float > &terrainHeightVector, unordered_map< int, float > &waterPositionMapsHeight, unordered_map< int, unordered_map< int, unordered_set< int > > > &waterPositionMaps, vector< unordered_map< int, vector< Transformations > > > &foliageMaps) |
Mirror terrain around Z axis. More... | |
Static Public Attributes | |
static constexpr float | STEP_SIZE { 1.0f } |
static constexpr float | PARTITION_SIZE { 64.0f } |
Static Private Member Functions | |
static void | getTerrainVertex (int x, int z, Vector3 &vertex) |
Get the terrain vertex for given x and z position without providing y component. More... | |
static bool | getTerrainVertex (const vector< float > &terrainHeightVector, int verticesPerX, int verticesPerZ, int x, int z, Vector3 &vertex) |
Get the terrain vertex for given x and z position. More... | |
static void | getWaterVertex (int x, int z, float waterHeight, Vector3 &vertex) |
Get the terrain vertex for given x and z position. More... | |
static bool | hasWaterPosition (const unordered_map< int, unordered_set< int > > &waterPositionSet, int x, int z) |
static const Vector3 | computeTerrainVertexNormal (const vector< float > &terrainHeightVector, int verticesPerX, int verticesPerZ, int x, int z) |
Compute terrain vertex normal for given x and z position. More... | |
static bool | determineWater (const vector< float > &terrainHeightVector, int verticesPerX, int verticesPerZ, int x, int z, float waterHeight) |
Determine if water can be generated. More... | |
static void | determineWaterXPositionSet (const vector< float > &terrainHeightVector, int verticesPerX, int verticesPerZ, int x, int z, float waterHeight, unordered_set< int > &waterXPositionSet) |
Determine if water can be generated from left to right starting with x and z. More... | |
Terrain 2 utility.
Definition at line 32 of file Terrain2.h.
enum BrushOperation |
Definition at line 205 of file Terrain2.h.
|
static |
Apply brush to given terrain models.
terrainBoundingBox | terrain bounding box |
terrainModels | terrain models vector |
terrainHeightVector | terrain height vector |
brushCenterPosition | brush center position |
brushTexture | brush texture |
brushScale | brush scale |
brushStrength | brush strength |
brushOperation | brush operation |
flattenHeight | flatten height |
Definition at line 395 of file Terrain2.cpp.
|
static |
Apply foliage brush.
terrainBoundingBox | terrain bounding box |
terrainHeightVector | terrain height vector |
brushCenterPosition | brush center position |
foliageBrush | foliage brush |
foliageBrushPrototypes | foliage brush prototypes |
brushOperation | brush operation |
foliageMaps | foliage maps |
newFoliageMaps | new foliage maps |
prototypeScale | prototype scale |
Definition at line 1385 of file Terrain2.cpp.
|
static |
Apply foliage delete brush.
terrainBoundingBox | terrain bounding box |
brushCenterPosition | brush center position |
foliageBrush | foliage brush |
foliageBrushPrototypes | foliage brush prototypes |
brushOperation | brush operation |
foliageMaps | foliage maps |
recreateFoliagePartitions | recreate foliage partitions |
Definition at line 1634 of file Terrain2.cpp.
|
static |
Apply ramp brush to given terrain models.
terrainBoundingBox | terrain bounding box |
terrainModels | terrain models vector |
terrainHeightVector | terrain height vector |
brushCenterPosition | brush center position |
brushTexture | brush texture |
brushRotation | brush rotation |
brushScale | brush scale |
flattenHeightMin | minimum flatten height |
flattenHeightMax | maximum flatten height |
Definition at line 736 of file Terrain2.cpp.
|
inlinestaticprivate |
Compute terrain vertex normal for given x and z position.
terrainHeightVector | terrain height vector |
verticesPerX | vertices per x |
verticesPerZ | vertices per z |
x | x |
z | z |
Definition at line 299 of file Terrain2.cpp.
|
static |
Compute water positions map using a auto fill like algorithm at given brush center position.
terrainBoundingBox | terrain bounding box |
terrainHeightVector | terrain height vector |
brushCenterPosition | brush center position |
waterHeight | waterHeight |
waterPositionMap | water position map |
Definition at line 1055 of file Terrain2.cpp.
|
static |
Compute water reflection environment mapping position.
waterPositionMap | water position map |
waterHeight | water height |
Definition at line 1157 of file Terrain2.cpp.
|
static |
Create foliage maps.
terrainBoundingBox | terrain bounding box |
foliageMaps | foliage maps |
Definition at line 1355 of file Terrain2.cpp.
|
static |
Create foliage maps.
terrainWidth | terrain width |
terrainDepth | terrain depth |
foliageMaps | foliage maps |
Definition at line 1365 of file Terrain2.cpp.
|
static |
Create terrain models.
width | width |
depth | depth |
y | float y |
terrainHeightVector | terrain height vector |
terrainBoundingBox | terrain bounding box |
terrainModels | terrain models vector |
createLODLevels | create LOD Levels |
Definition at line 70 of file Terrain2.cpp.
|
static |
Create partitioned water models using given water position map.
terrainBoundingBox | terrain bounding box |
waterPositionMap | water position map |
waterHeight | waterHeight |
waterModelIdx | water model index |
waterModels | water models |
Definition at line 1180 of file Terrain2.cpp.
|
inlinestaticprivate |
Determine if water can be generated.
terrainHeightVector | terrain height vector |
verticesPerX | vertices per x |
verticesPerZ | vertices per z |
x | x |
z | z |
waterHeight | water height |
Definition at line 151 of file Terrain2.h.
|
inlinestaticprivate |
Determine if water can be generated from left to right starting with x and z.
terrainHeightVector | terrain height vector |
verticesPerX | vertices per x |
verticesPerZ | vertices per z |
x | x |
z | z |
waterHeight | water height |
waterXPositionSet | water x position set |
Definition at line 171 of file Terrain2.h.
|
static |
Empty foliage maps.
foliageMaps | foliage maps |
Definition at line 1378 of file Terrain2.cpp.
|
static |
Get terrain models height for e.g.
flatten
terrainBoundingBox | terrain bounding box |
terrainModels | terrain models vector |
terrainHeightVector | terrain height vector |
brushHeight | brush height |
Definition at line 1332 of file Terrain2.cpp.
|
inlinestaticprivate |
Get the terrain vertex for given x and z position.
terrainHeightVector | terrain height vector |
verticesPerX | vertices per x |
verticesPerZ | vertices per z |
x | x |
z | z |
Definition at line 85 of file Terrain2.h.
|
inlinestaticprivate |
Get the terrain vertex for given x and z position without providing y component.
x | x |
z | z |
Definition at line 69 of file Terrain2.h.
|
inlinestaticprivate |
Get the terrain vertex for given x and z position.
x | x |
z | z |
waterHeight | water height |
vertex | vertex |
Definition at line 108 of file Terrain2.h.
|
inlinestaticprivate |
waterPositionSet | water position set |
x | x |
z | z |
Definition at line 122 of file Terrain2.h.
|
static |
Mirror terrain around X axis.
flipZ | flip Z |
width | width |
depth | depth |
terrainHeightVector | terrain height vector |
waterPositionMapsHeight | water position maps heights |
waterPositionMaps | water position maps |
foliageMaps | foliage maps |
Definition at line 2093 of file Terrain2.cpp.
|
static |
Mirror terrain around Z axis.
flipX | flip X |
width | width |
depth | depth |
terrainHeightVector | terrain height vector |
waterPositionMapsHeight | water position maps heights |
waterPositionMaps | water position maps |
foliageMaps | foliage maps |
Definition at line 2189 of file Terrain2.cpp.
|
static |
Update foliage after using terrain brush.
terrainBoundingBox | terrain bounding box |
terrainHeightVector | terrain height vector |
brushCenterPosition | brush center position |
foliageBrush | foliage brush |
foliageMaps | foliage maps |
updateFoliagePartitions | update foliage partitions |
Definition at line 1766 of file Terrain2.cpp.
|
static |
Update foliage after using terrain ramp brush.
terrainBoundingBox | terrain bounding box |
terrainHeightVector | terrain height vector |
brushCenterPosition | brush center position |
brushTexture | brush texture |
brushRotation | brush rotation |
brushScale | brush scale |
foliageMaps | foliage maps |
updateFoliagePartitions | update foliage partitions |
Definition at line 1922 of file Terrain2.cpp.
|
staticconstexpr |
Definition at line 36 of file Terrain2.h.
|
staticconstexpr |
Definition at line 35 of file Terrain2.h.