Glossary: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[[image:work_in_progress.jpg|center]] | [[image:work_in_progress.jpg|center]] | ||
===B=== | |||
;bucket | |||
:When TG2 renders it divides the image up into buckets or tiles. Each bucket is rendered separately, allowing multiple buckets to be rendered at once. It also allows memory to be used more efficiently. | |||
===D=== | |||
;DEM | |||
:DEM stands for Digital Elevation Model. A DEM is similar to a heightfield. DEMs are normally generated from measurements of a planet's surface. | |||
===H=== | ===H=== | ||
Revision as of 05:27, 15 May 2012

B
- bucket
- When TG2 renders it divides the image up into buckets or tiles. Each bucket is rendered separately, allowing multiple buckets to be rendered at once. It also allows memory to be used more efficiently.
D
- DEM
- DEM stands for Digital Elevation Model. A DEM is similar to a heightfield. DEMs are normally generated from measurements of a planet's surface.
H
- heightfield
- heightmap
- A heightmap or heightfield is a raster image used to store values, usually surface elevation data.
L
- luminance
- TG2 converts RGB colours to greyscale by taking the luminance of the colour. This is essentially the brightness of the colour.
P
- parameter
- A parameter is an individual setting in a node parameter view which controls some aspect of the node.
R
- 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.
S
V
- vector
- A vector is a set of three scalars, normally representing X, Y and Z coordinates. It also commonly represents rotation, where the values are pitch, heading and bank.