Atoms Crowd  4.1.0
AtomsUtils::rcHeightfieldLayer Struct Reference

#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].
 

Detailed Description

Represents a heightfield layer within a layer set.

See also
rcHeightfieldLayerSet

The documentation for this struct was generated from the following file: