QuantizedMeshTerrainTileGetVertexIndex Method |
Gets the vertex index for the given index, with three indices per triangle.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public uint GetVertexIndex(
int index
)
Public Function GetVertexIndex (
index As Integer
) As UInteger
public:
unsigned int GetVertexIndex(
int index
)
member GetVertexIndex :
index : int -> uint32
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
UInt32The vertex index.
See Also