Shading Flashcards
What causes Shading?
Camera at different angles
name the only three shading techniques
Constant shading
Gouraud shading
Phong Shading
Constant shading is good for?
Dull polyhedrons lit by sources that are particularly far away
What approach of shading uses illumination formula at the vertices of polygon mesh?
Gourad shading
Why is Phong Shading time-consuming?
This technique is relatively time- consuming since
the illumination model is evaluated at every point of interest using
the interpolated normal vectors.
Name three types of contribution in Shading
Local
transmitted
Reflected
How is constant shading disadvantageous?
if the object triangles are two small then there is a sudden intensity change at the borders
Also called intensity interpolation shading
Gourad shading