Atoms Crowd
7.0.0
|
#include <Recast.h>
Public Attributes | |
float | bmin [3] |
The minimum bounds in world space. [(x, y, z)]. | |
float | bmax [3] |
The maximum bounds in world space. [(x, y, z)]. | |
float | cs |
The size of each cell. (On the xz-plane.) | |
float | ch |
The height of each cell. (The minimum increment along the y-axis.) | |
int | width |
The width of the heightfield. (Along the x-axis in cell units.) | |
int | height |
The height of the heightfield. (Along the z-axis in cell units.) | |
int | minx |
The minimum x-bounds of usable data. | |
int | maxx |
The maximum x-bounds of usable data. | |
int | miny |
The minimum y-bounds of usable data. (Along the z-axis.) | |
int | maxy |
The maximum y-bounds of usable data. (Along the z-axis.) | |
int | hmin |
The minimum height bounds of usable data. (Along the y-axis.) | |
int | hmax |
The maximum height bounds of usable data. (Along the y-axis.) | |
unsigned short * | heights |
The heightfield. [Size: (width - borderSize*2) * (h - borderSize*2)]. | |
unsigned char * | areas |
Area ids. [Size: Same as heights]. | |
unsigned char * | cons |
Packed neighbor connection information. [Size: Same as heights]. | |
Represents a heightfield layer within a layer set.