Planeshift
Public Attributes

rcCompactSpan Struct Reference

Represents a span of unobstructed space within a compact heightfield. More...

#include <Recast.h>

List of all members.

Public Attributes

unsigned int con: 24
 Packed neighbor connection data.
unsigned int h: 8
 The height of the span. (Measured from y.)
unsigned short reg
 The id of the region the span belongs to. (Or zero if not in a region.)
unsigned short y
 The lower extent of the span. (Measured from the heightfield's base.)

Detailed Description

Represents a span of unobstructed space within a compact heightfield.

Definition at line 295 of file Recast.h.


Member Data Documentation

Packed neighbor connection data.

Definition at line 299 of file Recast.h.

The height of the span. (Measured from y.)

Definition at line 300 of file Recast.h.

The id of the region the span belongs to. (Or zero if not in a region.)

Definition at line 298 of file Recast.h.

The lower extent of the span. (Measured from the heightfield's base.)

Definition at line 297 of file Recast.h.


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