| PathEngine home | previous: | next: |
Generates an iMesh object for the specified tile in this federation, from local ground mesh tiles.
iMesh* buildTileMeshFromLocalGroundTiles(tSigned32 tileIndex, const iSourceTiling* tiling, const iMesh* const* meshPointers, tSigned32 numberOfMeshes, const char *const* options) const; |
| tileIndex | The index of the federation tile for which a mesh is being built. | ||
| tiling | An iSourceTiling object defining the position and placement of ground tiles. | ||
| meshPointers | An array of pointers to mesh objects. | ||
| numberOfMeshes | The size of the array pointed to by meshPointers. | ||
| options |
A set of named attributes to control how the geometry is processed. Some mesh loading options may be passed into this method, to affect the final ground mesh ground mesh construction phase.
Refer to |
The set of meshes to load and pass into this method should be determined
by calling
The mesh pointers should appear in the same order as returned by that method,
with zero pointers where ground tiles do not exist (because there is no geometry local to that tile).
No pointers to the mesh objects passed into this method are retained after the query completes, and these mesh objects can then be deleted safely by the calling application.
Note that the source ground tiles are in 'federation world coordinates', with the resulting mesh geometry being generated in local coordinates for the tile being generated.
The created
| Documentation for PathEngine release 5.16 - Copyright © 2002-2008 PathEngine | next: |