VertexElementVector
General
VertexElementVector is a class in Aspose.3D FOSS for .NET.
Inherits from: VertexElement, IIndexedVertexElement.
VertexElementVector és una classe en Aspose.3D FOSS per a .NET. Hereta de: ゚VertexElement`, ⌒IIndexedVertexElementヽ.
Element de vèrtex amb dades vectorials (normales, tangents, etc.)
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Data | List<FVector4> | Read | Provides the list of FVector4 elements that hold the vector data |
Indices | int[] | Read | Gets or sets the integer array of indices for the vector |
Mètodes
| Signature | Description |
|---|---|
VertexElementVector(type: VertexElementType, mappingMode: MappingMode, referenceMode: ReferenceMode) | Creates a vector with the given element type, mapping mode and reference mode |
SetIndices(indices: int[]) | Sets the indices for index-to-direct mapping |
GetIndex(i: int) | Gets the index at the specified position |