M1 - Foundations of Rendering Flashcards
What is rendering?
The process of creating a 2-Dimensional image from data.
Can rendering be applied to 3D data or only 2D data?
It can be applied to both
What sort of data is rendered?
Position of elements (points, lines, shapes, etc)
Color
Modifiers (size, opacity, blending modes)
Early computers rendered using ___________ displays
VECTOR
What were vector graphics in the past?
Series of points, and lines connecting them.
2-D points ( x , y )
What are Vector Displays?
A type of CRT (Cathode Ray Tube), contained electron guns that be targeted at some location creating a point. Quick movement of “laser” point drew a line. Adding additional points created shapes.
Could Vector displays project detailed shapes?
Only outlines were possible. Imagine filling a large shape with only the tip of a pencil. Possible but not fast
Vector displays were MONOCHROMATIC, what does that mean?
Monochromatic means containing or using only one color.
Could Vector displays represent 2D and 3D?
Yes, Vector displays could represent 2D and 3D
What is Vector Art/Vector Graphic?
Artwork created from a series of connected points (called paths) to create shapes
Paths are calculated from ____________ _____________ to create smooth curves (Vector Artwork)
source points
When VECTOR ART is displayed, the source is converted to a ____________ ______________
raster image and displayed as pixels
What is rasterization?
The process of converting a vector art image to a raster image to be displayed as pixels.
What are the benefits of Vector images?
Scaleability, vector images can scale up and down without loss of quality.
Do raster or vector images use pixels?
Raster Images