AW TERRAIN NODE HEIGHT COUNT

From ActiveWiki
Revision as of 14:43, 26 October 2008 by Macavity (talk | contribs) (Added in, cleanup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Minimum requirements
Added in version 3.3
SDKbuild 24


AW_TERRAIN_NODE_HEIGHT_COUNT

Type

Integer

Description

Number of terrain node elevation values.

Notes

This attribute specifies the number of height values present in the current node of terrain data. Currently this attribute will either be 1, in which case every cell in the terrain node is at the same height (i.e. the node is "flat"), or it will be 64, in which case AW_TERRAIN_NODE_SIZE will be 8 and every cell in the terrain node will have an explicit height value. The actual height values are stored in AW_TERRAIN_NODE_HEIGHTS.

Used by

See also