IIndexBuffer class

IIndexBuffer class

The index buffer describes the geometry used in rendering pipeline.

The IIndexBuffer type exposes the following members:

Properties

PropertyDescription
index_data_typeGets the data type of each element.
countGets the number of index in this buffer.
sizeSize of this buffer in bytes

Methods

MethodDescription
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