Interface IMorphTargetBuilder

IMorphTargetBuilder interface

Represents the vertex deltas of a specific morph target. UseMorphTarget

public interface IMorphTargetBuilder

Properties

NameDescription
Positions { get; }Gets the collection of vertex positions in the base mesh
Vertices { get; }Gets the collection of vertex geometry parts in the base mesh

Methods

NameDescription
GetVertices(Vector3)Gets a collection of vertices sharing this vertex position.
SetVertex(IVertexGeometry, IVertexGeometry)Sets an absolute morph target.
SetVertex(IVertexGeometry, IVertexGeometry, IVertexMaterial)Sets an absolute morph target.
SetVertexDelta(IVertexGeometry, VertexGeometryDelta)Sets a relative morph target
SetVertexDelta(Vector3, VertexGeometryDelta)Sets a relative morph target to all base mesh vertices matching meshPosition.
SetVertexDelta(IVertexGeometry, VertexGeometryDelta, VertexMaterialDelta)Sets a relative morph target
SetVertexDelta(Vector3, VertexGeometryDelta, VertexMaterialDelta)Sets a relative morph target to all base mesh vertices matching meshPosition.

See Also