IMeshPrimitiveDecoder.GetTangentDeltas

IMeshPrimitiveDecoder.GetTangentDeltas method

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

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

Return Value

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

See Also