Click or drag to resize

Simple3DRendererAddTriangles Method (IListSimple3DRendererVertex, Matrix4, Boolean, Boolean)

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

Parameters

vertices
Type: System.Collections.GenericIListSimple3DRendererVertex
transform
Type: NeoAxisMatrix4
wireframe
Type: SystemBoolean
culling
Type: SystemBoolean
See Also