fixed backface culling bug,
todo: connect headligh
This commit is contained in:
@@ -27,6 +27,7 @@ private:
|
||||
|
||||
bool m_wireframe = false;
|
||||
bool m_lightOn = false;
|
||||
bool m_backfaceCulling = false;
|
||||
|
||||
struct {
|
||||
QVector4D position = { 1,1,1,0 };
|
||||
|
||||
Reference in New Issue
Block a user