|
Planeshift
|
Represents a span in a heightfield. More...
#include <Recast.h>
Public Attributes | |
| unsigned int | area: 6 |
| The area id assigned to the span. More... | |
| rcSpan * | next |
| The next span higher up in column. More... | |
| unsigned int | smax: 13 |
| The upper limit of the span. [Limit: <= RC_SPAN_MAX_HEIGHT]. More... | |
| unsigned int | smin: 13 |
| The lower limit of the span. [Limit: < smax]. More... | |
The upper limit of the span. [Limit: <= RC_SPAN_MAX_HEIGHT].