Glossary: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
;heightmap | ;heightmap | ||
:A heightmap or heightfield is a raster image used to store values, usually surface elevation data. | :A heightmap or heightfield is a raster image used to store values, usually surface elevation data. | ||
;raster image | |||
In computer graphics, a raster image, or bitmap, is a dot matrix data structure representing a generally rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other display medium. [http://en.wikipedia.org/wiki/Raster_graphics More information is available on Wikipedia]. | |||
Revision as of 01:17, 8 May 2012
- heightfield
- heightmap
- A heightmap or heightfield is a raster image used to store values, usually surface elevation data.
In computer graphics, a raster image, or bitmap, is a dot matrix data structure representing a generally rectangular grid of pixels, or points of color, viewable via a monitor, paper, or other display medium. More information is available on Wikipedia.