PathEngine home | previous: | next: |
In Edit mode, press 'M' to cycle through different processing methods.
PathEngine supports voxel based 3D combination, as well as exact polygonal combination (with binary space partitioning).
In general, voxel based processing is much faster, whereas BSP processing results in a ground mesh that corresponds much better to the exact layout of the 3D scene.
(Refer to this page, in the 3D content processing documentation, for more details about these processing methods.)
The demo also supports 'tile by tile' processing, where the scene is split up into a set of horizontal tiles that can then be processed independently.
In this case, and at this scale, the overhead of splitting the tiles and recombining outweighs the benefits, but tile by tile processing is an important feature when you need to work with very large worlds.
(Refer to this page, in the 3D content processing documentation, for more details about tile by tile processing.)
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |