From Wikipedia, the free encyclopedia
(Redirected from MegaTexture)

Clipmapping is a method of clipping a mipmap to a subset of data pertinent to the geometry being displayed. This is useful for loading as little data as possible when memory is limited, such as on a graphics processing unit. The technique is used for LODing in NVIDIA’s implementation of voxel cone tracing. The high-resolution levels of the mipmapped scene representation are clipped to a region near the camera while lower resolution levels are clipped further away. [1]

Megatexture

MegaTexture is a clipmap implementation developed by id Software. It was introduced in the id Tech 4 engine. MegaTexture is a texture allocation technique facilitating the use of a single extremely large texture rather than repeating multiple smaller textures. It is featured in Splash Damage's game Enemy Territory: Quake Wars and was developed by id Software former technical director John Carmack. [2]

MegaTexture employs a single large texture space for static terrain. The texture is stored on removable media or a computer's hard drive and streamed as needed, allowing large amounts of detail and variation over a large area with comparatively little RAM usage. Depending on the pixel resolution per square meter, covering a large area could require several gigabytes of memory. However, RAM is also filled by the rest of the game and the underlying operating system, limiting the amount available for texturing. As the player moves around the game, different sections of the megatexture are loaded into memory. They are then scaled to the correct size and applied to the 3D models of the terrain.

Id has presented a more advanced technique that builds upon the MegaTexture idea and virtualizes both the geometry and the textures to obtain unique geometry down to the equivalent of the texel: the sparse voxel octree (SVO). It works by raycasting the geometry represented by voxels (instead of triangles) stored in an octree. The goal being to be able to stream parts of the octree into video memory, going further down along the tree for nearby objects to give them more details, and to use higher level, larger voxels for farther objects, which give an automatic level of detail (LOD) system for both geometry and textures at the same time. The geometric detail that can be obtained using this method is nearly infinite, which removes the need for faking 3-dimensional details with techniques such as normal mapping. Despite that most voxel rendering tests use very large amounts of memory (up to several GB), Jon Olick of id Software claimed the technology is able to compress such SVO to 1.15 bits per voxel of position data. [3]

Virtual texturing

Rage, powered by the id Tech 5 engine, uses a more advanced technique called virtual texturing. [4] Textures can measure up to 128000×128000 pixels [5] and are also used for in-game models and sprites, etc. and not just the terrain.

Wolfenstein: The New Order and the 2016 version of Doom also use these. Carmageddon: Reincarnation also uses virtual texturing, though unlike id's virtual texturing system that is designed for unique texture-mapping everywhere, their system is designed to use storage space sparingly while still offering good blend of texture variation and resolution. [6] [7]

See also

References

  1. ^ http://on-demand.gputechconf.com/gtc/2014/presentations/S4552-rt-voxel-based-global-illumination-gpus.pdf [ bare URL PDF]
  2. ^ "Enemy Territory: Quake Wars Q&A". Shacknews. 2006-04-28. Retrieved 2009-08-07.
  3. ^ "Jon Olick of id Software siggraph 2008 presentation"
  4. ^ "From Texture Virtualization to Massive Parallelization" (PDF). Id Software. August 2009. Retrieved 2011-08-08.
  5. ^ "Id Tech 5 stage demo"
  6. ^ http://www.eurogamer.net/articles/digitalfoundry-trials-evolution-tech-interview
  7. ^ http://www.carmageddon.com/news/nobbys-christmas-message

External links

From Wikipedia, the free encyclopedia
(Redirected from MegaTexture)

Clipmapping is a method of clipping a mipmap to a subset of data pertinent to the geometry being displayed. This is useful for loading as little data as possible when memory is limited, such as on a graphics processing unit. The technique is used for LODing in NVIDIA’s implementation of voxel cone tracing. The high-resolution levels of the mipmapped scene representation are clipped to a region near the camera while lower resolution levels are clipped further away. [1]

Megatexture

MegaTexture is a clipmap implementation developed by id Software. It was introduced in the id Tech 4 engine. MegaTexture is a texture allocation technique facilitating the use of a single extremely large texture rather than repeating multiple smaller textures. It is featured in Splash Damage's game Enemy Territory: Quake Wars and was developed by id Software former technical director John Carmack. [2]

MegaTexture employs a single large texture space for static terrain. The texture is stored on removable media or a computer's hard drive and streamed as needed, allowing large amounts of detail and variation over a large area with comparatively little RAM usage. Depending on the pixel resolution per square meter, covering a large area could require several gigabytes of memory. However, RAM is also filled by the rest of the game and the underlying operating system, limiting the amount available for texturing. As the player moves around the game, different sections of the megatexture are loaded into memory. They are then scaled to the correct size and applied to the 3D models of the terrain.

Id has presented a more advanced technique that builds upon the MegaTexture idea and virtualizes both the geometry and the textures to obtain unique geometry down to the equivalent of the texel: the sparse voxel octree (SVO). It works by raycasting the geometry represented by voxels (instead of triangles) stored in an octree. The goal being to be able to stream parts of the octree into video memory, going further down along the tree for nearby objects to give them more details, and to use higher level, larger voxels for farther objects, which give an automatic level of detail (LOD) system for both geometry and textures at the same time. The geometric detail that can be obtained using this method is nearly infinite, which removes the need for faking 3-dimensional details with techniques such as normal mapping. Despite that most voxel rendering tests use very large amounts of memory (up to several GB), Jon Olick of id Software claimed the technology is able to compress such SVO to 1.15 bits per voxel of position data. [3]

Virtual texturing

Rage, powered by the id Tech 5 engine, uses a more advanced technique called virtual texturing. [4] Textures can measure up to 128000×128000 pixels [5] and are also used for in-game models and sprites, etc. and not just the terrain.

Wolfenstein: The New Order and the 2016 version of Doom also use these. Carmageddon: Reincarnation also uses virtual texturing, though unlike id's virtual texturing system that is designed for unique texture-mapping everywhere, their system is designed to use storage space sparingly while still offering good blend of texture variation and resolution. [6] [7]

See also

References

  1. ^ http://on-demand.gputechconf.com/gtc/2014/presentations/S4552-rt-voxel-based-global-illumination-gpus.pdf [ bare URL PDF]
  2. ^ "Enemy Territory: Quake Wars Q&A". Shacknews. 2006-04-28. Retrieved 2009-08-07.
  3. ^ "Jon Olick of id Software siggraph 2008 presentation"
  4. ^ "From Texture Virtualization to Massive Parallelization" (PDF). Id Software. August 2009. Retrieved 2011-08-08.
  5. ^ "Id Tech 5 stage demo"
  6. ^ http://www.eurogamer.net/articles/digitalfoundry-trials-evolution-tech-interview
  7. ^ http://www.carmageddon.com/news/nobbys-christmas-message

External links


Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook