Interface IMorphTargetBuilder
Contents
[
Hide
]IMorphTargetBuilder interface
Represents the vertex deltas of a specific morph target. UseMorphTarget
public interface IMorphTargetBuilder
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
- namespace Aspose.CAD.FileFormats.GLB.Geometry
- assembly Aspose.CAD