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