Interface IMorphTargetBuilder
- Namespace
- Aspose.CAD.FileFormats.GLB.Geometry
- Assembly
- Aspose.CAD.dll
Represents the vertex deltas of a specific morph target. Aspose.CAD.FileFormats.GLB.Geometry.IMeshBuilder`1.UseMorphTarget(System.Int32)
public interface IMorphTargetBuilder
Properties
- Positions
Gets the collection of vertex positions in the base mesh
- Vertices
Gets the collection of vertex geometry parts in the base mesh
Methods
- 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(IVertexGeometry, VertexGeometryDelta, VertexMaterialDelta)
Sets a relative morph target
- SetVertexDelta(Vector3, VertexGeometryDelta)
Sets a relative morph target to all base mesh vertices matching
meshPosition
.
- SetVertexDelta(Vector3, VertexGeometryDelta, VertexMaterialDelta)
Sets a relative morph target to all base mesh vertices matching
meshPosition
.