|
Planeshift
|
A memory pool used for quick allocation of spans within a heightfield. More...
#include <Recast.h>
Public Attributes | |
| rcSpan | items [RC_SPANS_PER_POOL] |
| Array of spans in the pool. More... | |
| rcSpanPool * | next |
| The next span pool. More... | |
A memory pool used for quick allocation of spans within a heightfield.
| rcSpan rcSpanPool::items[RC_SPANS_PER_POOL] |
| rcSpanPool* rcSpanPool::next |