Untitled Document
Not a member yet? Register for full benefits!

Username
Password
Virtual Dictionary

Painter's Algorithm

Painter's algorithm is an easy to implement, completely non-optimised method for rendering 3D environments. Each object is rendered in turn, starting with that which is furthest away from the viewpoint, and then successively closer items are rendered. Painter's algorithm uses no clipping, no occlusion mapping; occluded objects are simply 'painted over' when the closer objects are drawn in front.

An additional problem occurs when you have multiple objects which overlap one another, such that both objects are both in front of, and behind one another. This type of scenario can lock painter?s algorithm in an infinite loop, as it struggles to work out which one to render first, so that the other one can be painted over it.

As a result, whilst it is cheap and easy to implement, the algorithm is one of the worst available methods for dynamic scene rendering.

Painter's Algorithm is also known as Priority Fill.

See Also: Reverse Painter's Algorithm

Below, we offer a selection of links from our resource databases which may match this term.



Related Dictionary Entries for Painter\'s Algorithm:


None.


 

Resources in our database matching the Term Painter\'s Algorithm:

Results by page [1]   

Locally Hosted resource
Reconstructing Cities in a Day
A computer algorithm developed at the University of Washington uses hundreds of thousands of tourist photos to automatically reconstruct an entire city in about a day.



Locally Hosted resource
WARP: Accelerating Wireless Technology Development
Prior to 2006, any attempt at investigating wireless technology, developing a new algorithm for propagation, or even trying for a whole new standard, all shared one thing in common: The phenomenal expense for the research team.



Locally Hosted resource
The Omni-focus
The omni-focus is a camera system with the ability to function much like the human eye - capturing objects in its field of vision regardless of the distance, in perfect focus. It even adapts an algorithm from VR, in order to do so.



 

Industry News containing the Term Painter\'s Algorithm:

Results by page

(18/11/2008)
Cryptographers from around the world have laid their best work on the line in a contest to find a new algorithm that will become a critical part of future communications across the Internet. The winning code will become a building block of ...


(06/09/2009)
Researchers have devised a penny-sized silicon chip that uses photons to run Shor's algorithm - a well-known quantum approach - to solve a maths problem. The algorithm computes the two numbers that multiply together to form a given figure,...


(20/05/2009)
Google, concerned by the recent departures of several top executives, has developed an algorithm to try to identify which employees are likely to quit, The Wall Street Journal reported Tuesday.

The Journal said the Internet s...


(17/10/2009)
Could a mathematical formula cause a big leap forward in the job search? The New York State Department of Labor thinks so. It's testing an algorithm it hopes will do much better than ordinary job boards at finding work for the unemployed.<...


(22/06/2009)
An Austrian project has made the leap from research bench to shop shelf and is breathing musical intelligence into a digital audio system. This achievement has been made possible by a computer algorithm that is the first to enable the autom...