Click or drag to resize

MeshSimplifierAddSubMeshTriangles Method (Int32)

Adds a sub-mesh triangle indices for a specific sub-mesh.

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void AddSubMeshTriangles(
	int[] triangles
)

Parameters

triangles
Type: SystemInt32
The triangle indices.
See Also