Cubemap class

This commit is contained in:
MihailRis
2024-03-07 13:40:38 +03:00
parent 87edb1d45e
commit eefd327845
10 changed files with 105 additions and 41 deletions
-1
View File
@@ -24,7 +24,6 @@ struct skysprite {
class Skybox {
std::unique_ptr<Framebuffer> fbo;
uint cubemap;
uint size;
Shader* shader;
bool ready = false;