PathEngine home previous: Tile‑by‑tile Construction with the 2D Processnext: Linking with the SDK
Contents, Programmers Guide, World Representation, Mesh Federations, Tile‑by‑tile Construction with the 3D Process

Tile-by-tile Construction with the 3D Process

Federation construction from 3D source content data is based on the 'tiled 3D content processing' setup.
(Refer to Tiled 3D Content Processing for details.)
Federation tile meshes are then built from an iSourceTiling object to describe the tiling being used, together with a set of ground pieces generated for this tiling.

The process of constructing each federation tile mesh is then essentially as follows:

Example code

The 'meshfederation' example project includes a code path for construction from 3D content processing tiled ground result pieces, but you need to comment in the relevant call in the example source code to see this in action.
Refer to the project documentation for more details.


Documentation for PathEngine release 5.16 - Copyright © 2002-2008 PathEnginenext: Linking with the SDK