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