Computer Science, asked by stephenhansda9891, 1 year ago

Difference between flat shading and smooth shading in computer graphics

Answers

Answered by joshni777
5

Explanation:

For smooth shading, two adjacent triangles must share common vertex normals. The reason is interpolation. ... With flat shading, the normal for each vertex on every triangle must be the same so that when interpolated the value is the same across the whole surface.

Answered by numenius
2

Answer:

 In the computer graphics, the flat shading is one of the lightning technique that is used as the direction of the light source. The flat shading is generally use in the high rendering speed. The shading is basically used for drawing the the darkness that depicts the shade more densely.

The smooth shading is the type of shading method that basically used in the region with the proper color gradient by include proper information of the color. It also used to specify the gradient of the color along with bounds in the drawing primitive.

Similar questions