PathEngine home | previous: | next: |
These example projects build on the tutorials to demonstrate additional techniques and functionality.
Links with the standalone PathEngine dll and runs a simple test across the interface. | ||
Mixing control methods. | ||
Implementing a basic queueing behaviour. | ||
A stress test for pathfinding and collision queries. | ||
An example application for generating the set of setup and query time benchmarks posted on the PathEngine website. | ||
A memory footprint benchmark. | ||
A modified version of 'PathStress', with mesh loading, random base obstacle placement and preprocess generation performed in a background thread whilst pathfinding queries are running in a foreground worker thread. | ||
Measures throughput for a pool of worker threads operating on a shared collision context. | ||
Example project to show application of PathEngine in a 'one thread per mesh' threading paradigm. | ||
Provides a worked example of a split content process based on initial creation of 'content chunks' which are then later instantiated for PathEngine's content processing. | ||
Provides a worked example of PathEngine's support for working with 'federated' sets of tiled overlapping pathfinding meshes. | ||
This project shows how to link with the 3D content processing dll and run 3D content processing on a simple scene. | ||
Demonstrates a double buffering technique, based on PathEngine's 'preprocessed obstacle sets' mechanism, for fast pathfinding and collision against large numbers of 'semi-dynamic' obstacles. | ||
Demonstrates a mechanism for implementing formation movement to a goal position, with very minimal per-agent movement cost. | ||
Example code for group movement with agents that avoid overlapping in most situations, but without hard collision constraints. | ||
Shows how PathEngine can be set up to minimise the overhead for collision and agent update, in situations where there are large numbers of agents, and hard collision between the agents is a requirement. |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |