TU43 Release 4

+ Banners, Banners, Banners!
This commit is contained in:
Tranqlmao
2026-07-07 19:47:42 -04:00
parent d1bf3952cd
commit be3bf0aebd
114 changed files with 798 additions and 7 deletions
+6 -1
View File
@@ -55,7 +55,12 @@ FloatBuffer *Lighting::getBuffer(float a, float b, float c, float d)
return lb;
}
void Lighting::turnOnGui()
void Lighting::setAmbient(float a)
{
glLightModel(GL_LIGHT_MODEL_AMBIENT, getBuffer(a, a, a, 1.0f));
}
void Lighting::turnOnGui()
{
glPushMatrix();
glRotatef(-30, 0, 1, 0);