IVertexBuffer
Overview
IVertexBuffer is a interface in Aspose.3D FOSS for .NET.
Inherits from: IBuffer, IDisposable.
The vertex buffer holds the polygon vertex data that will be sent to rendering pipeline
This interface provides 3 methods for working with IVertexBuffer objects in .NET programs.
Available methods include: LoadData.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Size, VertexDeclaration.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
VertexDeclaration | VertexDeclaration | Read | Gets the vertex declaration |
Size | int | Read | Size of this buffer in bytes |
Methods
| Signature | Description |
|---|---|
LoadData(mesh: TriMesh) | Load vertex data from |
LoadData(data: IntPtr, size: int) | Load data from given position |
LoadData(array: Array) | Load data from array |