Week 3 - Vector Graphics Flashcards
What are Vector Graphics made up of?
Made up of many individual scalable objects
Defined by mathematical equations instead of pixels
What are vector graphics unsuitable for?
Photo-realistic imagery
Why would we use vector graphics?
Vector graphics are far smaller than bitmapped equivalents
Can retain semantic information lost by bitmapped forms
Vector displays always look shiny and clean
What is aliasing?
Modern displays are made up of discrete pixels so coordinate values can only be integers
This gives a diagonal or curved lines a “stepped” appearance
What happens to aliasing as the resolution increases?
Jagged edges become less pronounced
What is anti-aliasing?
To reduce the effect of aliasing the software can insert different intensities around the line to ease the jaggedness
What are the vector primitives?
Lines, Rectangles, Ellipses, Regular Polygons, Polylines
What is a Bezier curve?
Defined by 4 points (Start, end and two direction points)
What is stroke and fill?
Stroke determines the properties of the lines that make up the vector graphics while fill determines the colour within the parameters of the lines
What types of transformations can be applied to vectors?
Translation, Rotation, Scaled, Reflected, And other transformations such as Shear
What are the resolution advantages of vector graphics?
Doesn’t cause aliasing problems like bitmap images when scaled
What are true type formats?
Outline of characters as vectors to make scaling possible without aliasing
What are the file formats of vector graphics dependant on?
The illustrator application used
What is 3D modelling?
3D models projected on a 2D screen (Rendering and rasterisation)
Only approximate rendering of models is possible in real-time
What is 3D modelling?
3D models projected on a 2D screen (Rendering and rasterisation)
Only approximate rendering of models is possible in real-time