Lighting still looks horrible, but whatever for now

This commit is contained in:
Dynamitos
2024-05-04 09:25:13 +02:00
parent 247d6a54fb
commit f0fd9a7ae7
24 changed files with 563 additions and 386 deletions
+1 -1
View File
@@ -22,8 +22,8 @@ public:
uint32 getWidth();
uint32 getHeight();
private:
struct ktxTexture2* ktxHandle;
Gfx::OTexture texture;
bool normalMap;
friend class TextureLoader;
};
DEFINE_REF(TextureAsset)