pygfx.utils.load.load_meshes

pygfx.utils.load.load_meshes(path, remote_ok=False)

Load meshes from a file.

Deprecated: use load_mesh() instead.

Parameters:
  • path (str) – The location where the mesh is stored.

  • remote_ok (bool) – Whether to allow loading meshes from URLs. Default is False.

Returns:

meshes – A list of loaded meshes.

Return type:

list