IIndexBuffer
IIndexBuffer interface
Il buffer di indice descrive la geometria utilizzata nella pipeline di rendering.
public interface IIndexBuffer : IBuffer
Proprietà
Nome | Descrizione |
---|---|
Count { get; } | Ottiene il numero di indici in questo buffer. |
IndexDataType { get; } | Ottiene il tipo di dati di ogni elemento. |
Metodi
Nome | Descrizione |
---|---|
LoadData(int[]) | Carica dati indice |
LoadData(short[]) | Carica dati indice |
LoadData(TriMesh) | Carica dati indice daTriMesh |
LoadData(uint[]) | Carica dati indice |
Guarda anche
- interface IBuffer
- spazio dei nomi Aspose.ThreeD.Render
- assemblea Aspose.3D