ISRO | ISRO CS 2008 | Question 2
The term Phong associated with
(A) Ray tracing
(B) shading
(C) Hiddenline removal
(D) a game
Answer: (B)
Explanation: Phong shading is a per-fragment color computation. The vertex shader provides the normal and position data as out variables to the fragment shader. The fragment shader then interpolates these variables and computes the color.
So, option (B) is correct.
Quiz of this Question
Please Login to comment...