IVertexBuffer class
IVertexBuffer class
The vertex buffer holds the polygon vertex data that will be sent to rendering pipeline
The IVertexBuffer type exposes the following members:
Properties
| Property | Description |
|---|---|
| vertex_declaration | Gets the vertex declaration |
| size | Size of this buffer in bytes |
Methods
| Method | Description |
|---|---|
load_data(self, mesh) | Load vertex data from TriMesh |
load_data(self, array) | Load data from array |
load_data(self, data) | Load the data into current buffer |
See Also
- module
aspose.threed.render - class
IBuffer - class
TriMesh