![]() |
Recast Navigation
Navigation-mesh Toolset for Games
|
Public Member Functions | |
| RasterizationContext () | |
| ~RasterizationContext () | |
Public Attributes | |
| rcHeightfield * | solid = nullptr |
| unsigned char * | triAreas = nullptr |
| rcHeightfieldLayerSet * | lset = nullptr |
| rcCompactHeightfield * | chf = nullptr |
| TileCacheData | tiles [MAX_LAYERS] {} |
| int | ntiles = 0 |
|
inline |
|
inline |
| rcCompactHeightfield* RasterizationContext::chf = nullptr |
| rcHeightfieldLayerSet* RasterizationContext::lset = nullptr |
| int RasterizationContext::ntiles = 0 |
| rcHeightfield* RasterizationContext::solid = nullptr |
| TileCacheData RasterizationContext::tiles[MAX_LAYERS] {} |
| unsigned char* RasterizationContext::triAreas = nullptr |