| PathEngine home | previous: | next: |
Adds the set of anchors and shapes associated with this content chunk instance to the specified mesh.
void addAnchorsAndShapes(iMesh* mesh, const char* idPrefix, tSigned32 numberOfTerrainLayers) const; |
| mesh | The mesh to which anchors and shapes should be added. | ||
| idPrefix | A C string to be prefixed to the ID for any anchors and named obstacles placed. | ||
| numberOfTerrainLayers |
The range of sectionID values reserved for
terrain stand-in geometry. Reserved sectionID values start at zero, so passing 1 into this attribute reserves sectionID of zero for terrain. Anchors which are not specifically marked as 'terrain anchors' will not resolve to faces with sectionID attributes in the reserved range. |
Anchors with no name (i.e. anchors for which
These may be used to pin shapes to the mesh, but are not themselves added as named anchors.
| Documentation for PathEngine release 5.24 - Copyright © 2002-2010 PathEngine | next: |