PathEngine home previous: Values and Stringsnext: Collision Preprocess Attributes
Contents, API Reference, Values and Strings, Anchor Attributes

Anchor Attributes

These values are defined in SDKRoot/include/i_pathengine.h.

Name
Description
PE_AnchorAttribute_ResolvesToTerrain

This attribute can be used to force anchors to resolve directly against the terrain.

When this attribute is set to 1 the anchor's z extents will be ignored, and the anchor will instead be resolved against faces with sectionID == 0 (by convention, the first 'terrain layer').

For standard anchor resolution (based on intersection of the ground within the z extents) this attribute should be set to 0.


Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: Collision Preprocess Attributes