LocalPackageMeshLoader.can_load_mesh

LocalPackageMeshLoader.can_load_mesh(url)[source]

Determine whether this loader can load a given mesh URL.

Parameters

url (str) – Mesh URL.

Returns

boolTrue if the URL uses the package://` scheme and the package name matches the specified in the constructor and the file exists locally, otherwise ``False.