Voxel

From HandWiki
Short description: Element representing a value on a grid in three dimensional space
A series of voxels in a stack, with a single voxel shaded
Illustration of a voxel grid containing color values

In 3D computer graphics, a voxel represents a value on a regular grid in three-dimensional space. As with pixels in a 2D bitmap, voxels themselves do not typically have their position (i.e. coordinates) explicitly encoded with their values. Instead, rendering systems infer the position of a voxel based upon its position relative to other voxels (i.e., its position in the data structure that makes up a single volumetric image).

In contrast to pixels and voxels, polygons are often explicitly represented by the coordinates of their vertices (as points). A direct consequence of this difference is that polygons can efficiently represent simple 3D structures with much empty or homogeneously filled space, while voxels excel at representing regularly sampled spaces that are non-homogeneously filled.

Voxels are frequently used in the visualization and analysis of medical and scientific data (e.g. geographic information systems (GIS)).[1] Some volumetric displays use voxels to describe their resolution. For example, a cubic volumetric display might be able to show 512×512×512 (or about 134 million) voxels.

One of the definitions is:

Voxel is an image of a three-dimensional space region limited by given sizes, which has its own nodal point coordinates in an accepted coordinate system, its own form, its own state parameter that indicates its belonging to some modeled object, and has properties of modeled region.

This definition has the following advantage. If fixed voxel form is used within the whole model it is much easier to operate with voxel nodal points (i.e. three coordinates of this point). Yet, there is the simple form of record: indexes of the elements in the model set (i.e. integer coordinates). Model set elements in this case are state parameters, indicating voxel belonging to the modeled object or its separate parts, including their surfaces.[2]

Etymology

The word voxel originated by analogy to "pixel", with vo representing "volume" (instead of pixel's "picture") and el representing "element";[3] a similar formation with el for "element" is the word "texel".[3] The term hypervoxel is a generalization of voxel for higher-dimensional spaces.

Rendering

A volume described as voxels can be visualized either by direct volume rendering or by the extraction of polygon iso-surfaces that follow the contours of given threshold values. The marching cubes algorithm is often used for isosurface extraction, however other methods exist as well.

Both ray tracing and ray casting, as well as rasterisation, can be applied to voxel data to obtain 2D raster graphics to depict on a monitor.

Incremental error rasterisation

Another technique for voxels involves raster graphics where one simply raytraces every pixel of the display into the scene, tracking an error term to determine when to step. A typical implementation will raytrace each pixel of the display starting at the bottom of the screen using what is known as a y-buffer. When a voxel is reached that has a higher y value on the display it is added to the y-buffer overriding the previous value and connected with the previous y-value on the screen interpolating the color values. There is a major downside to voxel rasterization when transformation is applied which causes severe aliasing. The advantage was the ability to rasterise using cheap integer calculations on a CPU without hardware acceleration.[4]

Outcast, and other 1990s video games employed this graphics technique for effects such as reflection and bump-mapping and usually for terrain rendering. Outcast's graphics engine was mainly a combination of a ray casting (heightmap) engine, used to render the landscape, and a texture mapping polygon engine used to render objects. The "Engine Programming" section of the games credits in the manual has several subsections related to graphics, among them: "Landscape Engine", "Polygon Engine", "Water & Shadows Engine" and "Special effects Engine".[5] Although Outcast is often cited as a forerunner of voxel technology,[6] this is somewhat misleading. The game does not actually model three-dimensional volumes of voxels. Instead, it models the ground as a surface, which may be seen as being made up of voxels. The ground is decorated with objects that are modeled using texture-mapped polygons. When Outcast was developed, the term "voxel engine", when applied to computer games, commonly referred to a ray casting engine (for example the VoxelSpace engine). On the engine technology page of the game's website, the landscape engine is also referred to as the "Voxels engine".[7] The engine is purely software-based; it does not rely on hardware-acceleration via a 3D graphics card.[8]

John Carmack also experimented with Voxels for the Quake III engine.[9] One such problem cited by Carmack was the lack of graphics cards designed specifically for such rendering requiring them to be software rendered.

Comanche was also the first commercial flight simulation based on voxel technology. NovaLogic used the proprietary Voxel Space engine developed for the company by Kyle Freeman[10] (written entirely in Assembly language) to create open landscapes.[11] This rendering technique allowed for much more detailed and realistic terrain compared to simulations based on vector graphics at that time.[8]

Gallery

Data

A voxel represents a single sample, or data point, on a regularly spaced, three-dimensional grid. This data point can consist of a single piece of data, such as an opacity, or multiple pieces of data, such as a color in addition to opacity. A voxel represents only a single point on this grid, not a volume; the space between each voxel is not represented in a voxel-based dataset. Depending on the type of data and the intended use for the dataset, this missing information may be reconstructed and/or approximated, e.g. via interpolation.

In computed tomography (abdominal CT pictured), voxels are generated by multiplying the field of view (FOV) by the scan range.

The value of a voxel may represent various properties. In CT scans, the values are Hounsfield units, giving the opacity of material to X-rays.[12]:29 Different types of value are acquired from MRI or ultrasound.

Voxels can contain multiple scalar values, essentially vector (tensor) data; in the case of ultrasound scans with B-mode and Doppler data, density, and volumetric flow rate are captured as separate channels of data relating to the same voxel positions.

While voxels provide the benefit of precision and depth of reality, they are typically large data sets and are unwieldy to manage given the bandwidth of common computers. However, through efficient compression and manipulation of large data files, interactive visualization can be enabled on consumer market computers.

Other values may be useful for immediate 3D rendering, such as a surface normal vector and color.

Technologies to extend voxels into 4 and 5 dimensions of data are under investigation.[13]

Uses

Common uses of voxels include volumetric imaging in medicine and representation of terrain in games and simulations. Voxel terrain is used instead of a heightmap because of its ability to represent overhangs, caves, arches, and other 3D terrain features. These concave features cannot be represented in a heightmap due to only the top 'layer' of data being represented, leaving everything below it filled (the volume that would otherwise be the inside of the caves, or the underside of arches or overhangs).

Computer games

  • 3D Dot Game Heroes uses voxels to present retro-looking graphics.
  • 7 Days to Die is a voxel-based open world survival horror game developed by The Fun Pimps Entertainment.
  • Ace of Spades used Ken Silverman's Voxlap engine before being rewritten in a bespoke OpenGL engine.
  • Amok uses voxels for its environments.[14]
  • Armored Fist 3 is a computer game made by Novalogic that used voxel-based rendering technology.
  • Blade Runner is a video game that used voxels to render characters and artifacts.
  • Castle Story, a castle building Real Time Strategy game in development, has terrain consisting of smoothed voxels.
  • Cloudpunk, a cyberpunk adventure game, is almost entirely voxel-based.
  • Comanche series, a series of computer games made by NovaLogic that used the Voxel Space voxel rasterization for terrain rendering.[15]
  • Command & Conquer: Tiberian Sun, Command & Conquer: Red Alert 2 and Command & Conquer: Yuri's Revenge are computer games made by Westwood Studios that used voxels to render most vehicles.
  • Crysis, as well as Cryengine 2 and Cryengine 3, use a combination of heightmaps and voxels for their terrain systems.
  • Cube World, an action role-playing game, features procedurally generated voxel landscapes.
  • Delta Force is a computer game made by Novalogic that used the in-house Voxel Space rendering engine.
  • Dual Universe is a single-shard universe MMORPG game that uses voxels to build spaceships, civilizations, and space stations.
  • EverQuest Next and EverQuest Next: Landmark, cancelled MMORPGs by Sony Online Entertainment, make extensive use of voxels for world creation as well as player generated content
  • Hexplore, a multi-player role playing game, uses a voxel engine allowing the player to rotate the isometric rendered playfield.
  • Hytale is an upcoming RPG Sandbox voxel-based game which gets developed by Hypixel Studios and gets funded by Riot Games.
  • Master of Orion III uses voxel graphics to render space battles and solar systems. Battles displaying 1000 ships at a time were rendered slowly on computers without hardware graphic acceleration.
  • Medieval Engineers is the second voxel-based engineering game by Keen Software House inspired from medieval technology.
  • Minecraft is a sandbox video game that uses voxels to store terrain data,[16] but does not use voxel rendering techniques. Instead it uses polygon rendering to display each voxel as a cubic "block".[17]
  • Miner Wars 2081 is a 6DOF open world game made by Keen Software House that uses its own VRage voxel rendering engine to let the user deform the terrain of asteroids allowing tunnels to be formed.
  • No Man's Sky is a space exploration game consisting of procedurally generated star systems containing explorable planets, moons and asteroids made up of voxels. The voxel engine allows for both terrain destruction and creation.
  • Outcast, is a third-person action computer game made by former Belgian video game developer Appeal,[18] with landscapes rendered by a voxel engine.
  • Phase Zero is a 2002 unreleased action-shooter video game for Atari Jaguar, with landscapes redered by the engine Voxel Space.
  • Planet Coaster is a 2016 construction and management simulation developed and published by Frontier Developments which uses a voxel-based terrain editor.[19]
  • Resogun is a 2013 voxel-based side-scrolling shoot 'em up video game developed by Finnish developer Housemarque.
  • Roblox uses voxels for terrain, as well as for primitive global illumination and shadows.
  • Robocraft, a vehicular combat game in which players build combat machines out of voxels and premade components
  • Shadow Warrior and Blood use Build engine for first-person shooter game voxel rendering, instead of sprites, as an option for many of the items pickups and scenery. Duke Nukem 3D has a fan-created pack in a similar style.
  • Shattered Steel featured deforming landscapes using voxel technology.
  • Sid Meier's Alpha Centauri uses voxel models to render units.
  • SkySaga is a voxel-based sandbox MMORPG, being developed by Radiant Worlds and published by Smilegate.
  • Space Engineers is a voxel-based sandbox game set in space, developed and published by Keen Software House
  • Starbase, a voxel-based massively multiplayer online role-playing game set in space, being developed and published by Frozenbyte.
  • StarMade, a voxel-based sandbox game set in space, developed and published by Robin "Schema" Promesberger.
  • Teardown, a voxel-based game featuring fully destructible environments, developed and published by the studio Tuxedo Labs
  • The Sandbox
  • Trove is a voxel-based MMORPG with building elements, developed and published by Trion Worlds.[20]
  • Vangers is a computer game uses voxels for its two-level terrain system.[21]
  • Vox, released in 2012, is a voxel based exploration/RPG game focused on player generated content.
  • Voxatron, a computer game produced by Lexaloffle, is composed and generated fully using voxels.[22][23]
  • Werewolf is a computer game made by Novalogic that used voxel-based rendering technology. It was originally bundled and shipped with the Comanche 2 game although they were two separate games.
  • Worms 4 uses a voxel-based engine to simulate land deformation similar to the older 2D Worms games.
  • Minetest uses them for rendering nodes

Editors

While scientific volume visualization does not require modifying the actual voxel data, voxel editors can be used to create art (especially 3D pixel art) and models for voxel based games. Some editors are focused on a single approach to voxel editing while others mix various approaches. Some common approaches are:

  • Slice based: The volume is sliced in one or more axes and the user can edit each image individually using 2D raster editor tools. These generally store color information in voxels.
  • Sculpture: Similar to the vector counterpart but with no topology constraints. These usually store density information in voxels and lack color information.
  • Building blocks: The user can add and remove blocks just like a construction set toy.

There are a few voxel editors available that are not tied to specific games or engines. They can be used as alternatives or complements to traditional 3D vector modeling.

Extensions

A generalization of a voxel is the toxel, or temporal voxel.[24] This is used in the case of a 4D dataset, for example, an image sequence that represents 3D space together with another dimension such as time. In this way, an image could contain 100×100×100×100 toxels, which could be seen as a series of 100 frames of a 100×100×100 volume image (the equivalent for a 3D image would be showing a 2D cross section of the image in each frame). Although storage and manipulation of such data requires large amounts of memory, it allows the representation and analysis of spacetime systems.

See also

References

  1. Chmielewski, Sz., Tompalski, P. (2017). "Estimating outdoor advertising media visibility with voxel-based approach". Applied Geography, 87:1–13 doi:10.1016/j.apgeog.2017.07.007. Preprint download: "Estimating outdoor advertising media visibility with voxel-based approach (PDF Download Available)". https://www.researchgate.net/publication/318744436. 
  2. Shchurova, Catherine I. (2015). "A methodology to design a 3D graphic editor for micro-modeling of fiber-reinforced composite parts". Advances in Engineering Software (Advances in Engineering Software Volume 90, December 2015, Pages 76-82) 90: 76–82. doi:10.1016/j.advengsoft.2015.07.001. 
  3. 3.0 3.1 Foley, James D.; Andries van Dam; John F. Hughes; Steven K. Feiner (1990). "Spatial-partitioning representations; Surface detail". Computer Graphics: Principles and Practice. The Systems Programming Series. Addison-Wesley. ISBN 978-0-201-12110-0. "These cells are often called voxels (volume elements), in analogy to pixels." 
  4. "Voxels". tnlc.com. http://www.tnlc.com/eep/voxels.html. 
  5. Outcast manual. Infogrames. 1999. pp. 34. 
  6. Bertuch, Manfred (2009). "'Klötzchenwelten' [Worlds of little blocks] in c't Magazin issue 04/2009". C't: Magazin für Computertechnik (Hannover: Heise Zeitschriften Verlag GmbH & Co. KG): 183. ISSN 0724-8679. 
  7. "OUTCAST – Technology: Paradise". archive.org. 7 May 2006. http://www.outcast-thegame.com/tech/paradise.htm. 
  8. 8.0 8.1 "Voxel terrain engine ", introduction. In a coder's mind, 2005.
  9. "A Little Bit Of History – Next-Gen 3D Rendering Technology: Voxel Ray Casting". tomshardware.com. 21 October 2009. http://www.tomshardware.com/reviews/voxel-ray-casting,2423-2.html. 
  10. "Kyle G. Freeman Inventions, Patents and Patent Applications – Justia Patents Search". justia.com. http://patents.justia.com/inventor/kyle-g-freeman. 
  11. "FlightSim.Com – NovaLogic Awarded Patent For Voxel Space Graphics Engine". flightsim.com. http://www.flightsim.com/vbfs/content.php?2994-NovaLogic-Awarded-Patent-For-Voxel-Space-Graphics-Engine. 
  12. Novelline, Robert. Squire's Fundamentals of Radiology. Harvard University Press. 5th edition. 1997. ISBN:0-674-83339-2.
  13. Society, The Optical. "High-speed laser writing method could pack 500 terabytes of data into CD-sized glass disc" (in en). https://phys.org/news/2021-10-high-speed-laser-method-terabytes-cd-sized.html. 
  14. "Review Crew: Amok". Electronic Gaming Monthly (Ziff Davis) (93): 53. April 1997. 
  15. "A brief history of Voxel games. | DjArcas's Blog". http://projectorgames.net/blog/?p=168. 
  16. "Chunk format: Block format" (in en). Minecraft Wiki. http://minecraft.wiki/w/Chunk_format#Block_format. 
  17. "Tutorials/Units of measure: Distance" (in en). Minecraft Wiki. https://minecraft.wiki/w/Tutorials/Units_of_measure#Distance. 
  18. "Appeal S.A. - MobyGames". mobygames.com. http://www.mobygames.com/company/appeal-sa. 
  19. Zak, Robert (4 April 2016). ""There's never been a better time": Planet Coaster rides to meet the demand for deep simulation games". http://www.pcgamesn.com/planet-coaster/there-s-never-been-a-better-time-planet-coaster-rides-to-meet-the-demand-for-deep-simulation-games. 
  20. "Trove – A Voxel MMO Adventure from Trion Worlds". trovegame.com. http://trovegame.com. 
  21. "VANGERS". kdlab.com. http://www.kdlab.com/vangers/eng/features.html. 
  22. Ars Technica (14 January 2011). "We <3 voxels: why Voxatron is an exciting indie shooter". https://arstechnica.com/gaming/news/2011/01/we-3-voxels-why-voxatron-is-an-exciting-indie-shooter.ars. 
  23. "Lexaloffle BBS :: Voxatron". lexaloffle.com. http://lexaloffle.com/bbs/?tid=201. 
  24. Hickson, Steven; Birchfield, Stan; Essa, Irfan; Christensen, Henrik (2014). "Efficient Hierarchical Graph-Based Segmentation of RGBD Videos". 2014 IEEE Conference on Computer Vision and Pattern Recognition. pp. 344–351. doi:10.1109/CVPR.2014.51. ISBN 978-1-4799-5118-5. 

External links