S SearchRSS
< BackHome
Newest questions tagged c++ - Stack Overflow

Nothing appears on the window after loading OpenGL scene from JSON [closed]

I'm developing a custom C++ game engine using OpenGL and EnTT (ECS). I am facing a strange issue where entities render perfectly when created manually in code, but when loaded from a JSON file, the framebuffer remains bl

View original source