Bloom Effect
   HOME

TheInfoList



OR:

Bloom (sometimes referred to as light bloom or glow) is a computer graphics effect used in video games,
demos Demos may refer to: Computing * DEMOS, a Soviet Unix-like operating system * DEMOS (ISP), the first internet service provider in the USSR * Demos Commander, an Orthodox File Manager for Unix-like systems * plural for Demo (computer programming) ...
, and high-dynamic-range rendering (HDRR) to reproduce an imaging artifact of real-world cameras. The effect produces fringes (or feathers) of light extending from the borders of bright areas in an image, contributing to the illusion of an extremely bright light overwhelming the camera or eye capturing the scene. It became widely used in video games after an article on the technique was published by the authors of '' Tron 2.0'' in 2004.


Theory

The physical basis of bloom is that, in the real world, lenses can never focus perfectly. Even a perfect lens will convolve the incoming image with an Airy disk (the diffraction pattern produced by passing a point light source through a circular aperture). Under normal circumstances, these imperfections are not noticeable, but an intensely bright light source will cause the imperfections to become visible. As a result, the image of the bright light appears to bleed beyond its natural borders. The Airy disc function falls off very quickly but has very wide tails (actually, infinitely wide tails). As long as the brightness of adjacent parts of the image are roughly in the same range, the effect of the blurring caused by the Airy disc is not particularly noticeable; but in parts of the image where very bright parts are adjacent to relatively darker parts, the tails of the Airy disc become visible and can extend far beyond the extent of the bright part of the image. In
HDRR High-dynamic-range rendering (HDRR or HDR rendering), also known as high-dynamic-range lighting, is the rendering of computer graphics scenes by using lighting calculations done in high dynamic range (HDR). This allows preservation of details tha ...
images, the effect can be reproduced by convolving the image with a windowed kernel of an Airy disc (for very good lenses), or by applying Gaussian blur (to simulate the effect of a less perfect lens), before converting the image to fixed-range pixels. The effect cannot be fully reproduced in non-
HDRR High-dynamic-range rendering (HDRR or HDR rendering), also known as high-dynamic-range lighting, is the rendering of computer graphics scenes by using lighting calculations done in high dynamic range (HDR). This allows preservation of details tha ...
imaging systems, because the amount of bleed depends on how bright the bright part of the image is. As an example, when a picture is taken indoors, the brightness of outdoor objects seen through a window may be 70 or 80 times brighter than objects inside the room. If exposure levels are set for objects inside the room, the bright image of the windows will bleed past the window frames when convolved with the Airy disc of the camera being used to produce the image.


Practical implementation

Current generation gaming systems are able to render
3D graphics 3D computer graphics, or “3D graphics,” sometimes called CGI, 3D-CGI or three-dimensional computer graphics are graphics that use a three-dimensional representation of geometric data (often Cartesian) that is stored in the computer for the ...
using
floating-point In computing, floating-point arithmetic (FP) is arithmetic that represents real numbers approximately, using an integer with a fixed precision, called the significand, scaled by an integer exponent of a fixed base. For example, 12.345 can b ...
frame buffers A framebuffer (frame buffer, or sometimes framestore) is a portion of random-access memory (RAM) containing a bitmap that drives a video display. It is a memory buffer containing data representing all the pixels in a complete video frame. Modern ...
, in order to produce HDR images. To produce the bloom effect, the linear HDRR image in the frame buffer is convolved with a convolution kernel in a post-processing step, before converting to RGB space. The convolution step usually requires the use of a large gaussian kernel that is not practical for realtime graphics, causing programmers to use approximation methods.


Use in games

Some of the earliest games to use the bloom effect include the pre-rendered CGI game ''
Riven ''Riven'' is a puzzle adventure video game. It is the sequel to ''Myst'' and second in the ''Myst'' series of games. Developed by Cyan Worlds, it was initially published by Red Orb Entertainment, a division of Broderbund. ''Riven'' was distribu ...
'' (1997), the voxel game '' Outcast'' (1999), and the real-time 3D polygon games '' The Bouncer'' (2000) and ''
Ico is an action-adventure game developed by Japan Studio and Team Ico, and published by Sony Computer Entertainment, released for the PlayStation 2 video game console in 2001 and 2002 in various regions. It was designed and directed by Fumito U ...
'' (2001). Bloom was later popularized within the game development community in 2004, when an article on the technique was published by the authors of '' Tron 2.0''. Bloom lighting has been used in many games, modifications and game engines such as '' Quake Live'', '' Cube 2: Sauerbraten'' and the Spring game engine. The effect was popular in 7th-generation games, which were released from 2005 through to the early 2010s. Several games from the period have received criticism for overuse of the technique. The heavy bloom lighting in '' RollerCoaster Tycoon 3'' (2005) was described as "disgusting" at the time by GameSpot. Gaming Bolt described the trend as a gimmick that had died with the generation, and criticised the heavy use of the technique in major releases of the time such as '' The Elder Scrolls IV: Oblivion'' (2006) and ''
Twilight Princess ''The Legend of Zelda: Twilight Princess'' is a 2006 action-adventure game developed and published by Nintendo for the GameCube and Wii home video game consoles. Originally planned for release exclusively on the GameCube in November 2005, ''Twi ...
'' (2006). '' Syndicate'' (2012) has also been described as featuring "eye-melting" bloom.


See also

* Chromatic aberration * Contre-jour * Tone mapping


References


External links


Real-Time Glow
{{DEFAULTSORT:Bloom (Shader Effect) Demo effects Shading