Definition OBJSceneImporter.hpp:17
~OBJSceneImporter() final
Async< SupportStatus > supports(const ResourceURL &url) final
Checks if the import supports the given resource.
Async< ImportedResources > import(const ResourceURL &url, const SceneImportOptions &options) final
Imports a resource from a URL.
OBJSceneImporter(ResourceManager &resourceManager)
SupportStatus
An enumeration that contains the possible importer support status.
Definition ResourceImporter.hpp:225
The ResourceManager is the main class responsible for managing and handling all resources in the engi...
Definition ResourceManager.hpp:47
Base class for a Scene importer.
Definition SceneImporter.hpp:26
A Uniform Resource Identifier (URI) is a unique sequence of characters that identifies a logical or p...
Definition URI.hpp:54
Definition Application.hpp:19
cti::continuable< Args... > Async
Defines a non-copyable continuation type which uses the function2 backend for type erasure.
Definition Async.hpp:22
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25
A structure that contains the imported resources returned by an importer.
Definition ResourceImporter.hpp:65
A set of options that customize the behavior of Scene importing.
Definition SceneImporter.hpp:18