Content deleted Content added
m Reverted edits by 61.247.242.152 (talk) to last version by Sterrys |
No edit summary |
||
Line 1:
The name "painter's algorithm" refers to a simple-minded painter who paints the distant parts of a scene at first and then covers them by those parts which are nearer. The painter's algorithm sorts all the polygons in a scene by their depth and then paints them in this order. It will over-paint the parts that are normally not visible and thus solves the visibility problem.
|