Click or drag to resize
CombinedMeshesEntityAddVertices Method (VertexPositionNormalTexture, Int16, Matrix, MaterialAPI)
Add array of vertices to the combined mesh.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddVertices(
	VertexPositionNormalTexture[] vertices,
	short[] indexes,
	Matrix transform,
	MaterialAPI material
)

Parameters

vertices
Type: VertexPositionNormalTexture
Vertices array to add.
indexes
Type: SystemInt16
Draw order / indexes array.
transform
Type: Matrix
World transformations.
material
Type: GeonBit.Core.Graphics.MaterialsMaterialAPI
Material to use with the vertices.
See Also