join

abstract fun join(other: IMeshData): IMeshData(source)

Combines the current mesh data with another mesh data instance.

The method merges the polygons and vertex attributes of the two meshes, resulting in a new mesh data instance that includes the data from both inputs.

Return

A new IMeshData instance that contains the combined data from both meshes.

Parameters

other

The IMeshData instance to be merged with the current mesh data.