HDR: Difference between revisions
mNo edit summary |
SirYodaJedi (talk | contribs) m (abbreviation should be in parentheses, not the full form.) |
||
Line 2: | Line 2: | ||
[[File:HL2_LostCoast_17.jpg|thumb|right|An overexposed image from {{hl2lc|4}}]] | [[File:HL2_LostCoast_17.jpg|thumb|right|An overexposed image from {{hl2lc|4}}]] | ||
''' | '''High Dynamic Range''' ('''HDR'''), rendering simulates brightness above that which a computer monitor is actually capable of displaying, before downconverting to Standard Dynamic Range (SDR, internally referred to in {{src|3.1}} and {{src2|3.1}} as '''LDR''', for '''Low Dynamic Range''') video. This mainly involves "blooming" colours above 100% brightness into neighboring areas, and adjusting a virtual camera [[W:aperture|aperture]] to compensate for any over-exposure that results. | ||
Beside the obvious effects of this (see right), HDR gives richer colors and finer gradients: since bright and dark areas are pushed into white and black, correctly-exposed areas are drawn with a far wider range of values. | Beside the obvious effects of this (see right), HDR gives richer colors and finer gradients: since bright and dark areas are pushed into white and black, correctly-exposed areas are drawn with a far wider range of values. |
Revision as of 14:59, 13 July 2023


High Dynamic Range (HDR), rendering simulates brightness above that which a computer monitor is actually capable of displaying, before downconverting to Standard Dynamic Range (SDR, internally referred to in Source and Source 2 as LDR, for Low Dynamic Range) video. This mainly involves "blooming" colours above 100% brightness into neighboring areas, and adjusting a virtual camera aperture to compensate for any over-exposure that results.
Beside the obvious effects of this (see right), HDR gives richer colors and finer gradients: since bright and dark areas are pushed into white and black, correctly-exposed areas are drawn with a far wider range of values.
HDR rendering is currently available on Source 2006 and later, aswell as all GPUs that support DirectX 9 and newer for Windows (or OpenGL 1.4 and later for macOS/Linux).
Since Left 4 Dead engine branch and later games, HDR rendering is now required and LDR/SDR rendering has been deprecated.
HDR in Source
Source does not have a physically accurate HDR simulation. Its camera has a far wider range than the human eye (let alone real cameras), and it also adjusts to changes in brightness far faster. Both of these are expedient to gameplay of course, especially in multiplayer.
In fact, by default, Source does not even create "proper" HDR images. Instead, it collapses the image down to LDR early, like many other games in the 2000s/early 2010s, this is hardware limitations at the time and proper HDR output is only later introduced in mid-2010s with supported games, graphics card, displays, operating systems (Windows 10 and later), and newer HDMI/DisplayPort versions. The average user would be hard pressed to tell the difference, however, and the benefits include support for all DX9 GPUs, MSAA compatibility, and excellent performance.