AbstractMeshLoader.load_meshes

AbstractMeshLoader.load_meshes(url, precision=None)[source]

Load meshes from the given URL.

A single mesh file can contain multiple meshes depending on the format.

Parameters:
urlstr

Mesh URL

precision: int, optional

The precision for parsing geometric data.

Returns:
list[Mesh]

List of meshes.