more camera work

This commit is contained in:
Nick Fisher
2024-09-26 18:41:34 +08:00
parent d1cd68cda6
commit 2408104bd0
14 changed files with 234 additions and 40 deletions

View File

@@ -310,6 +310,8 @@ namespace thermion_filament
Camera* getCameraAt(size_t index);
Camera* getActiveCamera();
private:
gltfio::AssetLoader *_assetLoader = nullptr;
const ResourceLoaderWrapperImpl *const _resourceLoaderWrapper;