Click or drag to resize

Simple3DRendererAddTriangles(IListSimple3DRendererVertex, IListInt32, Matrix4, Boolean, Boolean) Method

Renders a vertex/index buffer.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void AddTriangles(
	IList<Simple3DRendererVertex> vertices,
	IList<int> indices,
	Matrix4 transform,
	bool wireframe,
	bool culling
)

Parameters

vertices  IListSimple3DRendererVertex
The vertices.
indices  IListInt32
The indices.
transform  Matrix4
The world transformation.
wireframe  Boolean
The wireframe mode flag.
culling  Boolean
The culling flag.
See Also