IIndexBuffer.LoadData
LoadData(TriMesh)
Load indice data from TriMesh
public void LoadData(TriMesh mesh)
| Parameter | Type | Description |
|---|---|---|
| mesh | TriMesh |
See Also
- class TriMesh
- interface IIndexBuffer
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D
LoadData(int[])
Load indice data
public void LoadData(int[] indices)
| Parameter | Type | Description |
|---|---|---|
| indices | Int32[] |
See Also
- interface IIndexBuffer
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D
LoadData(uint[])
Load indice data
public void LoadData(uint[] indices)
| Parameter | Type | Description |
|---|---|---|
| indices | UInt32[] |
See Also
- interface IIndexBuffer
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D
LoadData(short[])
Load indice data
public void LoadData(short[] indices)
| Parameter | Type | Description |
|---|---|---|
| indices | Int16[] |
See Also
- interface IIndexBuffer
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D