sigh, another attempt at fixing normal shading for android

This commit is contained in:
Shredder
2026-04-12 02:09:42 +05:00
parent c188fa0ce2
commit e1c2210621
7 changed files with 36 additions and 25 deletions

View File

@@ -98,7 +98,9 @@ private:
float xo, yo, zo;
float u, v;
unsigned int _color;
int _normal;
// int _normal; // trying a new thing
float _nx, _ny, _nz;
float _sx, _sy;
bool hasColor;