Struct VertexMaterialDelta
VertexMaterialDelta structure
Defines a Vertex attribute with two material Colors and two Texture Coordinates.
public struct VertexMaterialDelta : IEquatable<VertexMaterialDelta>, IVertexMaterial
Constructors
| Name | Description |
|---|---|
| VertexMaterialDelta(IVertexMaterial) | |
| VertexMaterialDelta(ref Vector4, ref Vector4, ref Vector2, ref Vector2) |
Properties
| Name | Description |
|---|---|
| static Zero { get; } | |
| MaxColors { get; } | |
| MaxTextCoords { get; } |
Methods
| Name | Description |
|---|---|
| Add(ref VertexMaterialDelta) | |
| override Equals(object) | |
| Equals(VertexMaterialDelta) | |
| GetColor(int) | |
| override GetHashCode() | |
| GetTexCoord(int) | |
| Subtract(IVertexMaterial) | |
| static AreEqual(ref VertexMaterialDelta, ref VertexMaterialDelta) | |
| operator == | |
| implicit operator | |
| operator != |
Fields
| Name | Description |
|---|---|
| Color0Delta | |
| Color1Delta | |
| TexCoord0Delta | |
| TexCoord1Delta |
See Also
- interface IVertexMaterial
- namespace Aspose.CAD.FileFormats.GLB.Geometry.VertexTypes
- assembly Aspose.CAD