MeshSimplifierGetSubMeshTriangles Method |
Returns the 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 public int[] GetSubMeshTriangles(
int subMeshIndex
)
Parameters
- subMeshIndex
- Type: SystemInt32
The sub-mesh index.
Return Value
Type:
Int32The triangle indices.
See Also