GithubPackageMeshLoader.load_meshes GithubPackageMeshLoader.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: urlstrMesh URL precision: int, optionalThe precision for parsing geometric data. Returns: list[Mesh]List of meshes.