Fix some import bugs / add support for separated model + anim file

This commit is contained in:
2026-06-22 01:37:16 +02:00
parent 7e5536a02f
commit 6f679e7329
10 changed files with 1514 additions and 34 deletions
+3
View File
@@ -5,6 +5,7 @@
#include <destrum/Scene/SceneManager.h>
#include "destrum/Graphics/Resources/Cubemap.h"
#include "destrum/ObjectModel/GameObject.h"
class LightKeeper final : public App {
public:
@@ -28,6 +29,8 @@ private:
MaterialID testMaterialID;
std::unique_ptr<CubeMap> skyboxCubemap;
GameObject* capybara = nullptr;
};
#endif //LIGHTKEEPER_H