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
| Name | Type | Access | Description |
|---|---|---|---|
IndexDataType | IndexDataType | Read | Gets the data type of each element. |
Count | int | Read | Gets the number of index in this buffer. |
Size | int | Read | Size of this buffer in bytes |
Methods
| Signature | Description |
|---|---|
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. |