Planeshift
Public Attributes

rcSpanPool Struct Reference

A memory pool used for quick allocation of spans within a heightfield. More...

#include <Recast.h>

List of all members.

Public Attributes

rcSpan items [RC_SPANS_PER_POOL]
 Array of spans in the pool.
rcSpanPoolnext
 The next span pool.

Detailed Description

A memory pool used for quick allocation of spans within a heightfield.

See also:
rcHeightfield

Definition at line 266 of file Recast.h.


Member Data Documentation

Array of spans in the pool.

Definition at line 269 of file Recast.h.

The next span pool.

Definition at line 268 of file Recast.h.


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