![]() |
Atoms Crowd
7.0.0
|
#include <Recast.h>
Public Attributes | |
| 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.) | |
| 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.) | |
| rcSpan ** | spans |
| Heightfield of spans (width*height). | |
| rcSpanPool * | pools |
| Linked list of span pools. | |
| rcSpan * | freelist |
| The next free span. | |
| rcEdgeHit * | EdgeHits |
| h + 1 bit flags that indicate what edges cross the z cell boundaries | |
| rcRowExt * | RowExt |
| h structs that give the current x range for this z row | |
| rcTempSpan * | tempspans |
| Heightfield of temp spans (width*height). | |
A dynamic heightfield representing obstructed space.