AbstractMeshLoader.can_load_mesh
- AbstractMeshLoader.can_load_mesh(url)[source]
Determine whether this loader can load a given Mesh URL.
- Parameters:
- urlstr
Mesh URL.
- Returns:
- bool
True
if it can handle it, otherwiseFalse
.
Determine whether this loader can load a given Mesh URL.
Mesh URL.
True
if it can handle it, otherwise False
.