UPD: Activate Backface Culling

This commit is contained in:
sebastian 2026-08-02 11:05:00 +02:00
parent 6b011860fc
commit 6e4863961d

View File

@ -7,7 +7,7 @@
namespace engine { namespace engine {
struct GLRenderState { struct GLRenderState {
bool backfaceCulling = false; bool backfaceCulling = true;
bool frontFaceCulling = false; bool frontFaceCulling = false;
bool alphaBlending = false; bool alphaBlending = false;
bool antialiasing = false; bool antialiasing = false;