IIndexBuffer class
IIndexBuffer class
The index buffer describes the geometry used in rendering pipeline.
The IIndexBuffer type exposes the following members:
Properties
| Property | Description |
|---|---|
| index_data_type | Gets the data type of each element. |
| count | Gets the number of index in this buffer. |
| size | Size of this buffer in bytes |
Methods
| Method | Description |
|---|---|
load_data(self, mesh) | Load indice data from TriMesh |
load_data(self, indices) | Load indice data |
load_data(self, indices) | Load indice data |
load_data(self, indices) | Load indice data |
load_data(self, data) | Load the data into current buffer |
See Also
- module
aspose.threed.render - class
IBuffer - class
TriMesh