PathEngine home | previous: | next: |
Generates an iMesh object for the specified tile in this federation, from local ground mesh tiles.
std::unique_ptr<iMesh> buildTileMeshFromLocalGroundTiles(int32_t tileIndex, const iSourceTiling& tiling, const iMesh* const * meshes_Buffer, uint32_t meshes_BufferEntries, 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. | ||
meshes_Buffer, meshes_BufferEntries |
(See | ||
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 construction phase.
Refer to |
The (newer)
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.
Mesh buildTileMeshFromLocalGroundTiles(int tileIndex, SourceTiling tiling, Mesh[] meshes, string[] options); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |