add

fun add(a: Mesh, b: Mesh): Mesh

Concatenates two meshes into a single mesh.

Return

The concatenated mesh.

Parameters

a

The first mesh.

b

The second mesh.