When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Hidden-line removal - Wikipedia

    en.wikipedia.org/wiki/Hidden-line_removal

    In 1966 Ivan E. Sutherland listed 10 unsolved problems in computer graphics. [3] Problem number seven was "hidden-line removal". In terms of computational complexity, this problem was solved by Frank Devai in 1986. [4] Models, e.g. in computer-aided design, can have thousands or millions of edges. Therefore, a computational-complexity approach ...

  3. Line clipping - Wikipedia

    en.wikipedia.org/wiki/Line_clipping

    In computer graphics, line clipping is the process of removing lines or portions of lines outside an area of interest (a viewport or view volume). Typically, any part of a line which is outside of the viewing area is removed. There are two common algorithms for line clipping: Cohen–Sutherland and Liang–Barsky.

  4. Line drawing algorithm - Wikipedia

    en.wikipedia.org/wiki/Line_drawing_algorithm

    In computer graphics, a line drawing algorithm is an algorithm for approximating a line segment on discrete graphical media, such as pixel-based displays and printers. On such media, line drawing requires an approximation (in nontrivial cases). Basic algorithms rasterize lines in one color.

  5. Hidden-surface determination - Wikipedia

    en.wikipedia.org/wiki/Hidden-surface_determination

    In 3D computer graphics, hidden-surface determination (also known as shown-surface determination, hidden-surface removal (HSR), occlusion culling (OC) or visible-surface determination (VSD)) is the process of identifying what surfaces and parts of surfaces can be seen from a particular viewing angle.

  6. Line (graphics) - Wikipedia

    en.wikipedia.org/wiki/Line_(graphics)

    Another use of line in graphics is the ability to help suggest a tone or feeling in a work. Vertical lines can be used to create a sense of strength or stability. An example of this could be a row of trees in a picture creating a series of vertical lines. Horizontal lines can be used to create a feeling of calm, peace or passiveness.

  7. Rasterisation - Wikipedia

    en.wikipedia.org/wiki/Rasterisation

    Raster graphic image. In computer graphics, rasterisation (British English) or rasterization (American English) is the task of taking an image described in a vector graphics format (shapes) and converting it into a raster image (a series of pixels, dots or lines, which, when displayed together, create the image which was represented via shapes).

  8. Clipping (computer graphics) - Wikipedia

    en.wikipedia.org/wiki/Clipping_(computer_graphics)

    Clipping, in the context of computer graphics, is a method to selectively enable or disable rendering operations within a defined region of interest. Mathematically, clipping can be described using the terminology of constructive geometry. A rendering algorithm only draws pixels in the intersection between the clip region and the scene model.

  9. Jaggies - Wikipedia

    en.wikipedia.org/wiki/Jaggies

    This image was scaled up using nearest-neighbor interpolation.Thus, the "jaggies" on the edges of the symbols became more prominent. Jaggies are artifacts in raster images, most frequently from aliasing, [1] which in turn is often caused by non-linear mixing effects producing high-frequency components, or missing or poor anti-aliasing filtering prior to sampling.