Click or drag to resize

Simple3DRendererAddTriangles Method (IListVector3, Matrix4, Boolean, Boolean)

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

Parameters

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