| PathEngine home | previous: | next: |
The root interface to PathEngine. All functionality (apart from testbed functionality) is obtained through this interface, or through objects obtained from this interface.
Defined in SDKRoot/include/i_pathengine.h.
Returns a newly created
Federation tiles will be generated during this process and passed in to
tileGeneratedCallBack. | ||
Returns a newly created
| ||
Constructs an iMesh object by processesing geometry specified in 'face/vertex' form. | ||
Constructs a single iMesh object by connecting multiple tiled ground pieces together at tile borders. | ||
Returns a newly created
| ||
Used to check if persistent data saved out for collision preprocess from an older version of the library can be loaded into this version. | ||
Deletes all objects that have been created by PathEngine. | ||
Retrieves the error callback currently used by PathEngine. | ||
Returns the major version number for the code supporting this interface. | ||
Returns the minor version number for the code supporting this interface. | ||
Returns release numbers for the code supporting this interface. | ||
Obtains a set of attributes for the object that provides this interface. | ||
Checks whether coordinates are valid for | ||
Constructs an iContentChunk object from a data buffer previously saved out by
| ||
Constructs an iMeshFederation object from a data buffer previously saved out by
| ||
Constructs an iMesh object from a data buffer containing a 3d ground mesh. | ||
Constructs an iSourceTiling object from a data buffer previously saved out by
| ||
Returns the peak amount of memory allocated by PathEngine, if memory tracking is enabled. | ||
Constructs a content chunk object which can then be saved out and later loaded for instantiation in a separate content tool. | ||
Creates a new iShape object. | ||
Used to check if persistent data saved out for pathfinding preprocess from an older version of the library can be loaded into this version. | ||
Resets PathEngine internal counter for peak memory allocated, if memory tracking is enabled. | ||
Provided for generating snapshots of the source content when reporting bugs in the content processing functionality. | ||
(Depreciated) | ||
Enables you to change the error callback used by PathEngine. | ||
Controls PathEngine's path caching mechanism. | ||
Seeds PathEngine's internal pseudo-random sequence. | ||
Checks whether coordinates are valid for newShape(). | ||
Returns the amount of memory allocated by PathEngine, if memory tracking is enabled. |
| Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEngine | next: |