Urho3D
|
Heightfield geometry data. More...
#include <CollisionShape.h>
Public Member Functions | |
HeightfieldData (Terrain *terrain) | |
Construct from a terrain. | |
~HeightfieldData () | |
Destruct. Free geometry data. |
Public Attributes | |
SharedArrayPtr< float > | heightData_ |
Height data. | |
Vector3 | spacing_ |
Vertex spacing. | |
IntVector2 | size_ |
Heightmap size. | |
float | minHeight_ |
Minimum height. | |
float | maxHeight_ |
Maximum height. | |
![]() | |
String | modelName_ |
Original model name. |
Heightfield geometry data.