Fix some import bugs / add support for separated model + anim file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user