Fix barycentric coordinates calculation #2

Merged
abdelrahman merged 8 commits from debug-barycentric into main 2024-08-26 17:12:45 +00:00
Showing only changes of commit c66b4e4870 - Show all commits

View File

@ -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;