Package com.aspose.threed
Interface IIndexBuffer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCount()
Gets the number of index in this buffer.IndexDataType
getIndexDataType()
Gets the data type of each element.void
loadData(int[] indices)
Load indice datavoid
loadData(short[] indices)
Load indice datavoid
loadData(TriMesh mesh)
Load indice data fromTriMesh
-
-
-
Method Detail
-
getIndexDataType
IndexDataType getIndexDataType()
Gets the data type of each element.
-
getCount
int getCount()
Gets the number of index in this buffer.
-
loadData
void loadData(int[] indices)
Load indice data- Parameters:
indices
-
-
loadData
void loadData(short[] indices)
Load indice data- Parameters:
indices
-
-
-