IMeshPrimitiveDecoder.GetNormal

IMeshPrimitiveDecoder.GetNormal method

Gets the normal for the given vertex.

public Vector3 GetNormal(int vertexIndex)
ParameterTypeDescription
vertexIndexInt32The vertex index.

See Also