Function HeightMapShape.mapData

Height map data, pool array must be of mapWidth * mapDepth size.

PoolArray!(float) mapData() nothrow @property @nogc;

void mapData (
  PoolArray!(float) v
) nothrow @property @nogc;