IIndexBuffer

IIndexBuffer interface

Il buffer di indice descrive la geometria utilizzata nella pipeline di rendering.

public interface IIndexBuffer : IBuffer

Proprietà

NomeDescrizione
Count { get; }Ottiene il numero di indici in questo buffer.
IndexDataType { get; }Ottiene il tipo di dati di ogni elemento.

Metodi

NomeDescrizione
LoadData(int[])Carica dati indice
LoadData(short[])Carica dati indice
LoadData(TriMesh)Carica dati indice daTriMesh
LoadData(uint[])Carica dati indice

Guarda anche