DefaultMeshLoader.can_load_mesh
- DefaultMeshLoader.can_load_mesh(url)[source]
Determine whether this loader can load a given mesh URL.
- Parameters:
- urlstr
Mesh URL.
- Returns:
- bool
True
if the URL points to a local and valid file. OtherwiseFalse
.
Determine whether this loader can load a given mesh URL.
Mesh URL.
True
if the URL points to a local and valid file.
Otherwise False
.