VertexElementTangent

VertexElementTangent

Overview

VertexElementTangent is a class in Aspose.3D FOSS for .NET. Inherits from: VertexElementFVector, IIndexedVertexElement.

VertexElementTangent.Tangents provides a list of Vector4 objects representing per‑vertex tangent data.

This class provides 6 methods for working with VertexElementTangent objects in .NET programs. Available methods include: Clear, CopyTo, SetData, SetIndices, ToString, VertexElementTangent. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Data, Indices, MappingMode, Name, ReferenceMode, VertexElementType.

Properties

NameTypeAccessDescription
DataIArrayList<FVector4>ReadGets the data.
VertexElementTypeVertexElementTypeReadGets the type of the
NamestringRead/WriteGets or sets the name.
MappingModeMappingModeRead/WriteGets or sets how the element is mapped.
ReferenceModeReferenceModeRead/WriteGets or sets how the element is referenced.
IndicesIArrayList<int>ReadGets the indices data

Methods

SignatureDescription
VertexElementTangent()Initializes a new instance of the VertexElementTangent class.
CopyTo(target: VertexElementFVector)Copies data to specified element
SetData(data: FVector4[])Sets the data
Clear()Removes all elements from the direct and the index arrays.
SetIndices(data: int[])Sets the indices data
ToString()String representation of vertex element.

See Also

 English