IMeshPrimitiveDecoder.GetNormalDeltas

IMeshPrimitiveDecoder.GetNormalDeltas method

Gets the sequence of normals deltas for the given vertex. (morph targets)

public IReadOnlyList<Vector3> GetNormalDeltas(int vertexIndex)
ParameterTypeDescription
vertexIndexInt32The vertex index.

Return Value

A collection of normal deltas, one delta per morph target.

See Also