GithubPackageMeshLoader.can_load_mesh
- GithubPackageMeshLoader.can_load_mesh(url)[source]
Determine whether this loader can load a given mesh URL.
- Parameters:
- urlstr
Mesh URL.
- Returns:
- bool
Trueif the URL uses thepackage://` scheme and the package name matches the specified in the constructor, otherwise ``False.