| PathEngine home | previous: | next: |
Constructs a single iMesh object by connecting multiple tiled ground pieces together at tile borders.
iMesh* buildMeshFromGroundTiles(const iSourceTiling* tiling, const iMesh* const* meshPointers, tSigned32 numberOfMeshes, const char *const* options); |
| tiling | An iSourceTiling object defining the position and placement of the ground tiles. | ||
| meshPointers | An array of pointers to mesh objects. | ||
| numberOfMeshes | The size of the array pointed to by meshPointers. | ||
| options |
Mesh loading options may be passed into this method, to affect the final ground mesh ground mesh construction phase.
Refer to |
This method supports tiled content processing, in the case where a single world mesh result is desired.
When using PathEngine's 'mesh federations' feature,
The set of meshes passed in should correspond with the set of tiles in the supplied tiling object,
and these meshes should be supplied in the same order as tiles in that tiling.
(The number of meshes parameter is essentially a check value, as this must be equivalent to the tiling size.)
Zero pointers should be passed in for any tiles which are empty
(i.e. for which there is no world geometry overlapping the tile region).
The created
| Documentation for PathEngine release 5.24 - Copyright © 2002-2010 PathEngine | next: |