Zebra striping (computer graphics)
   HOME

TheInfoList



OR:

Zebra striping is the coloring of every other row of a
table Table may refer to: * Table (furniture), a piece of furniture with a flat surface and one or more legs * Table (landform), a flat area of land * Table (information), a data arrangement with rows and columns * Table (database), how the table data ...
to make it easier to read. Although zebra striping has been used for a long time to improve readability, there is relatively little data on how much it helps.


CSS

Zebra striping can be implemented using Cascading Style Sheets (CSS).


Shading technique

The term zebra striping is also used for a diagnostic
shading Shading refers to the depiction of depth perception in 3D models (within the field of 3D computer graphics) or illustrations (in visual art) by varying the level of darkness. Shading tries to approximate local behavior of light on the ob ...
technique used in
computer graphics Computer graphics deals with generating images with the aid of computers. Today, computer graphics is a core technology in digital photography, film, video games, cell phone and computer displays, and many specialized applications. A great de ...
to visualize curvature on smooth surfaces.Kenton Fleming, Computer Aided Engineering: An Undergraduate course in computer aided design and analysis for mechanical engineering technology, Southern Polytechnic State University. http://www.intellectbase.org/e_publications/jagr/JAGR_Volume_2_Issue_2.pdf It is primarily used for computer aided design (CAD), where it helps checking that surfaces meet smoothly. It is a simulation of the visual effect of placing an object in a tunnel lit by parallel rows of lights, or a perfectly reflecting object in a room with striped walls. It has been implemented in a number of CAD and non-CAD products, including (but not limited to)
Fusion 360 Fusion 360 is a commercial computer-aided design (CAD), computer-aided manufacturing (CAM), computer-aided engineering (CAE) and printed circuit board (PCB) design software application, developed by Autodesk. It is available for Windows and mac ...
,
Autodesk Inventor Autodesk Inventor is a computer-aided design application for 3D mechanical design, simulation, visualization, and documentation developed by Autodesk. Features Inventor allows 2D and 3D data integration in a single environment, creating a virt ...
,
AutoCAD AutoCAD is a commercial computer-aided design (CAD) and drafting software application. Developed and marketed by Autodesk, AutoCAD was first released in December 1982 as a desktop app running on microcomputers with internal graphics controllers. ...
,
Rhinoceros 3D Rhinoceros (typically abbreviated Rhino or Rhino3D) is a commercial 3D computer graphics and computer-aided design (CAD) application software that was developed by Robert McNeel & Associates, an American, privately held, and employee-owned com ...
, and
Maya Maya may refer to: Civilizations * Maya peoples, of southern Mexico and northern Central America ** Maya civilization, the historical civilization of the Maya peoples ** Maya language, the languages of the Maya peoples * Maya (Ethiopia), a popul ...
. It can be implemented as an
environment map In computer graphics, environment mapping, or reflection mapping, is an efficient image-based lighting technique for approximating the appearance of a reflective surface by means of a precomputed texture. The texture is used to store the image of ...
using radiating pie wedges as the source texture.


See also

* Checkerboard * Green bar paper, continuous sheets pre-printed with green rows, once-common stationery used when physically printing tabular data *
Level-set method Level-set methods (LSM) are a conceptual framework for using level sets as a tool for numerical analysis of surfaces and shapes. The advantage of the level-set model is that one can perform numerical computations involving curves and surfaces o ...


References

Shading {{Compu-graphics-stub