VertexElementVector
Overview
VertexElementVector is a class in Aspose.3D FOSS for .NET.
Inherits from: VertexElement, IIndexedVertexElement.
Vertex element with vector data (normals, tangents, etc.)
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Data | List<FVector4> | Read | Holds the list of FVector4 values representing the vector’s data |
Indices | int[] | Read | Provides access to the underlying integer index array |
Methods
| Signature | Description |
|---|---|
VertexElementVector(type: VertexElementType, mappingMode: MappingMode, referenceMode: ReferenceMode) | Creates a vector with specified element type, mapping and reference modes |
SetIndices(indices: int[]) | Sets the indices for index-to-direct mapping |
GetIndex(i: int) | Gets the index at the specified position |