Update debug values

This commit is contained in:
Abdelrahman Said 2024-08-26 16:42:40 +01:00
parent 0e6235da9a
commit c66b4e4870

@ -45,9 +45,9 @@ int main(void) {
.ambient = 0.3f,
.diffuse = 1.5f,
.specular = 2.0f,
// .ambient = 0.0f,
// .ambient = 1.0f,
// .diffuse = 0.0f,
// .specular = 2.0f,
// .specular = 0.0f,
.shininess = 1.5f,
};
obj.material = material;