This document is archived and information here might be outdated. Recommended version. |
Generate vertex attribute values by linear interpolation for all vertices in the range [start+1, end-1]. (Sets point IDs to 0 rather than interpolating).
[Visual Basic .NET]
Public Sub InterpolateVertexAttributesBetween ( _
ByVal interpolatedAttributes As Integer, _
ByVal startPart As Integer, _
ByVal startPoint As Integer, _
ByVal endPart As Integer, _
ByVal endPoint As Integer _
)
[C#]
public void InterpolateVertexAttributesBetween (
int interpolatedAttributes,
int startPart,
int startPoint,
int endPart,
int endPoint
);
[C++]
HRESULT InterpolateVertexAttributesBetween(
long interpolatedAttributes,
long startPart,
long startPoint,
long endPart,
long endPoint
);
[C++] Parameters interpolatedAttributes
interpolatedAttributes is a parameter of type long startPart
startPart is a parameter of type long startPoint
startPoint is a parameter of type long endPart
endPart is a parameter of type long endPoint
endPoint is a parameter of type long