Painter's algorithm: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Add: isbn, url. Removed parameters. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | Suggested by Abductive | #UCB_toolbar
Tags: Mobile edit Mobile web edit
Line 9:
 
# Sort each polygon by depth
# Place each polygon from the furthestfarthest polygon to the closest polygon
 
=== Pseudocode ===