PathEngine home previous: Obtaining and running the demonext: Placing an agent and pathfinding
Contents, Programmers Guide, The 3D Content Processing Demo, Getting started

Getting started

'Test' and 'Edit' modes

The demo operates in two modes: Test and Edit.

The demo starts in Edit mode, with the scene geometry rendered in blue.
In this mode, the demo provides some rudimentary controls for selecting objects in the scene and changing the positions of these objects, as well as changing the desired agent height.

The demo scene, in Edit mode.

From Edit mode, press space to run PathEngine's 3D content processing and proceed to Test mode.
You will see some progress bars whilst the content processing runs, and then you'll see the resulting ground mesh rendered in green.
In this mode you can place a pathfinding agent and issue pathfinding requests.

The resulting ground floor, in Test mode.

In both modes, you can control the camera with the standard TestBed camera controls, in order to move around the scene.
Refer to Working with the TestBed for an explanation of these camera controls.

Pressing space at this point takes you back to Edit mode to re-edit the scene.


Documentation for PathEngine release 5.16 - Copyright © 2002-2008 PathEnginenext: Placing an agent and pathfinding