load_meshes()
Load meshes from a file.
Deprecated: use load_mesh() instead.
path (str) – The location where the mesh is stored.
remote_ok (bool) – Whether to allow loading meshes from URLs. Default is False.
meshes – A list of loaded meshes.
list