Abstract
getGets the resource for a given URL if it has been loaded by this loader.
The URL of the asset to retrieve the resource from.
The loaded resource if found and loaded, undefined otherwise.
Abstract
loadInitiates loading of a gsplat asset. This is a fire-and-forget operation that starts the loading process.
The URL of the gsplat file to load.
Abstract
unloadUnloads an asset that was previously loaded by this loader.
The URL of the asset to unload.
Base class for GSplat asset loaders. This provides the interface that all GSplat asset loaders must implement.