Planeshift
Public Attributes

rcCompactCell Struct Reference

Provides information on the content of a cell column in a compact heightfield. More...

#include <Recast.h>

List of all members.

Public Attributes

unsigned int count: 8
 Number of spans in the column.
unsigned int index: 24
 Index to the first span in the column.

Detailed Description

Provides information on the content of a cell column in a compact heightfield.

Definition at line 288 of file Recast.h.


Member Data Documentation

Number of spans in the column.

Definition at line 291 of file Recast.h.

Index to the first span in the column.

Definition at line 290 of file Recast.h.


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