Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public uint GetVertexIndex(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: UInt32
The vertex index.
See Also