Phong and Gouraud Shading WebGL
问题 I read that that in Gouraud Shading, the color for the fragment is computed in the Vertex Shader. Whereas, in Phong Shading, the color for the fragment is computed in the Fragment Shader. In this implementation , which of these are we using ? I did not understand exactly the difference between them. Could anyone help me ? Thanks <button id = "ButtonX">Rotate X</button> <button id = "ButtonY">Rotate Y</button> <button id = "ButtonZ">Rotate Z</button> <button id = "ButtonT">Toggle Rotation<