IVertexBuffer

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

NameTypeAccessDescription
VertexDeclarationVertexDeclarationReadGets the vertex declaration
SizeintReadSize of this buffer in bytes

Methods

SignatureDescription
LoadData(mesh: TriMesh)Load vertex data from
LoadData(data: IntPtr, size: int)Load data from given position
LoadData(array: Array)Load data from array

See Also

 English