VertexElementVector

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

NameTypeAccessDescription
DataList<FVector4>ReadHolds the list of FVector4 values representing the vector’s data
Indicesint[]ReadProvides access to the underlying integer index array

Methods

SignatureDescription
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

See Also