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 | Load vertex data from TriMesh |
load_data | |
load_data | Load the data into current buffer |
See Also
- module
aspose.threed.render
- class
IBuffer
- class
TriMesh