IMorphTargetBuilder.SetVertexDelta

SetVertexDelta(IVertexGeometry, VertexGeometryDelta)

Sets a relative morph target

public void SetVertexDelta(IVertexGeometry meshVertex, VertexGeometryDelta geometryDelta)
ParameterTypeDescription
meshVertexIVertexGeometryThe base mesh vertex to morph.
geometryDeltaVertexGeometryDeltaThe offset from meshVertex to morph.

See Also


SetVertexDelta(IVertexGeometry, VertexGeometryDelta, VertexMaterialDelta)

Sets a relative morph target

public void SetVertexDelta(IVertexGeometry meshVertex, VertexGeometryDelta geometryDelta, 
    VertexMaterialDelta materialDelta)
ParameterTypeDescription
meshVertexIVertexGeometryThe base mesh vertex to morph.
geometryDeltaVertexGeometryDeltaThe offset from meshVertex to morph.
materialDeltaVertexMaterialDeltaThe offset from meshVertex material to morph.

See Also


SetVertexDelta(Vector3, VertexGeometryDelta)

Sets a relative morph target to all base mesh vertices matching meshPosition.

public void SetVertexDelta(Vector3 meshPosition, VertexGeometryDelta geometryDelta)
ParameterTypeDescription
meshPositionVector3The base vertex position.
geometryDeltaVertexGeometryDeltaThe offset to apply to each matching vertex found.

See Also


SetVertexDelta(Vector3, VertexGeometryDelta, VertexMaterialDelta)

Sets a relative morph target to all base mesh vertices matching meshPosition.

public void SetVertexDelta(Vector3 meshPosition, VertexGeometryDelta geometryDelta, 
    VertexMaterialDelta materialDelta)
ParameterTypeDescription
meshPositionVector3The base vertex position.
geometryDeltaVertexGeometryDeltaThe offset to apply to each matching vertex found.
materialDeltaVertexMaterialDeltaThe offset to apply to each matching vertex material found.

See Also