PathEngine home | previous: | next: |
Generates an iMesh object with simple 2D square bounds for the specified tile in this federation.
std::unique_ptr<const iGround> build2DTiledGround(int32_t partitioningTileSize, const char *const* options) const |
partitioningTileSize | Specifies width/height of squares in a simple grid partition. | ||
options |
A set of named attributes to control how the geometry is processed.
Refer to See mesh loading options for options that may be passed into this method. |
The base ground part of the iMesh object is initialised to a simple square region corresponding to the represented region for the specified mesh federation tile.
Some partioning is then generated for the '2D mapping' part of the iMesh object, controlled by the partitioningTileSize parameter.
The resulting mesh geometry is generated in local coordinates for the tile being generated.
Ground build2DTiledGround(int partitioningTileSize, string[] options); |
Ground build2DTiledGround(int partitioningTileSize, String[] options); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |