XLE
v0.02.0
|
Describes the position and size of terrain in world coordinates More...
#include <TerrainConfig.h>
Protected Attributes | |
Float3 | _terrainOffset |
float | _cellSizeInMeters |
Describes the position and size of terrain in world coordinates
Terrain has it own native "terrain" and "cell-based" coordinate systems. However, these might not match world space coordinates exactly. Often we want to specify an extra translation and scale on the terrain to transform it into world space. This object jsut encapsulates that transformation.