Interface IIndexBuffer
IIndexBuffer interface
The index buffer describes the geometry used in rendering pipeline.
public interface IIndexBuffer : IBuffer
Properties
Name | Description |
---|---|
Count { get; } | Gets the number of index in this buffer. |
IndexDataType { get; } | Gets the data type of each element. |
Methods
Name | Description |
---|---|
LoadData(int[]) | Load indice data |
LoadData(short[]) | Load indice data |
LoadData(TriMesh) | Load indice data from TriMesh |
LoadData(uint[]) | Load indice data |
See Also
- interface IBuffer
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D