UPD: Activate Backface Culling
This commit is contained in:
parent
6b011860fc
commit
6e4863961d
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user