IIndexBuffer

IIndexBuffer

Overview

IIndexBuffer is a interface in Aspose.3D FOSS for .NET. Inherits from: IBuffer, IDisposable.

The index buffer describes the geometry used in rendering pipeline.

This interface provides 4 methods for working with IIndexBuffer objects in .NET programs. Available methods include: LoadData. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Count, IndexDataType, Size.

Properties

NameTypeAccessDescription
IndexDataTypeIndexDataTypeReadGets the data type of each element.
CountintReadGets the number of index in this buffer.
SizeintReadSize of this buffer in bytes

Methods

SignatureDescription
LoadData(mesh: TriMesh)Load indice data from
LoadData(indices: int[])Calls LoadData(indices) on this IIndexBuffer instance.
LoadData(indices: uint[])Calls LoadData(indices) on this IIndexBuffer instance.
LoadData(indices: short[])Calls LoadData(indices) on this IIndexBuffer instance.

See Also

 English