QuantizedMeshTerrainTile Properties |
The QuantizedMeshTerrainTile type exposes the following members.
Name | Description | |
---|---|---|
BoundingExtent |
Gets the bounding extent of the mesh stored by this instance.
| |
Center |
Gets the center coordinates of the tile in the fixed frame of the central body.
All vertex positions are relative to this.
| |
MaximumHeight |
Gets the maximum height in the area covered by this tile.
The maximum may be higher than the height of any vertex in this tile
in the case that the max vertex was removed during mesh simplification,
but these are the appropriate values to use for analysis or visualization.
| |
MinimumHeight |
Gets the minimum height in the area covered by this tile.
The minimum may be lower than the height of any vertex in this tile
in the case that the min vertex was removed during mesh simplification,
but these are the appropriate values to use for analysis or visualization.
| |
NumberOfTriangles |
Gets the number of triangles.
| |
NumberOfVertices |
Gets the number of vertices.
| |
Size |
Gets the approximate size of the terrain tile data, in bytes.
|