Megatexture: Difference between revisions
SirYodaJedi (talk | contribs) m (→External links:  fix interlink)  | 
				SirYodaJedi (talk | contribs)  No edit summary  | 
				||
| Line 1: | Line 1: | ||
{{stub}}  | {{stub}}  | ||
[[File:dz_sirocco megatexture.png|thumb|One of the megatextures from {{csgomap|dz_sirocco}}]]  | [[File:dz_sirocco megatexture.png|thumb|One of the megatextures from {{csgomap|dz_sirocco|game=csgo}}]]  | ||
A '''megatexture''' is a texture which is higher resolution than normal, but instead of using the increased resolution for increased fidelity, the texture scale is kept the same as (or lower than) a regular texture and the increased resolution is instead used for reducing tiling repetition on large surfaces. Megatextures often may be used in conjunction with a [[detail texture]], which adds back detail that may be lost from stretching a texture across a large surface.  | A '''megatexture''' is a texture which is higher resolution than normal, but instead of using the increased resolution for increased fidelity, the texture scale is kept the same as (or lower than) a regular texture and the increased resolution is instead used for reducing tiling repetition on large surfaces. Megatextures often may be used in conjunction with a [[detail texture]], which adds back detail that may be lost from stretching a texture across a large surface.  | ||
The {{csgo|4.1}} [[Danger Zone]] map {{csgomap|dz_sirocco}} uses two blended megatextures (one 1024x1024 and one 2048x2048) which cover the entire map, in conjunction with denser detail textures.  | The {{csgo|4.1}} [[Danger Zone]] map {{csgomap|dz_sirocco|game=csgo}} uses two blended megatextures (one 1024x1024 and one 2048x2048) which cover the entire map, in conjunction with denser detail textures.  | ||
Unlike specialized engines designed for megatexturing, {{goldsrc|2}}, {{src|2}}, and {{src2|2}} do not have methods of subdividing the texture to be streamed section by section as needed. As such, video memory limits may need to be taken into account.  | Unlike specialized engines designed for megatexturing, {{goldsrc|2}}, {{src|2}}, and {{src2|2}} do not have methods of subdividing the texture to be streamed section by section as needed. As such, video memory limits may need to be taken into account.  | ||
Latest revision as of 15:57, 20 March 2025
A megatexture is a texture which is higher resolution than normal, but instead of using the increased resolution for increased fidelity, the texture scale is kept the same as (or lower than) a regular texture and the increased resolution is instead used for reducing tiling repetition on large surfaces. Megatextures often may be used in conjunction with a detail texture, which adds back detail that may be lost from stretching a texture across a large surface.
The 
 Counter-Strike: Global Offensive Danger Zone map 
 dz_sirocco uses two blended megatextures (one 1024x1024 and one 2048x2048) which cover the entire map, in conjunction with denser detail textures.
Unlike specialized engines designed for megatexturing, 
 GoldSrc, 
 Source, and 
 Source 2 do not have methods of subdividing the texture to be streamed section by section as needed. As such, video memory limits may need to be taken into account.
External links
 Megatexture on Wikipedia, discussing Id Software's specialized implementation of the technique.