Lesson 1 Flashcards
about computer graphics
are used to display a picture of any size on a computer. involves technology to used
computer graphics
algorithms to display images
computer graphics
common uses of 3d graphics
real-time 3d
computer aided design
architectural or civil planning
medical imaging
scientific visualization
entertainment
1st stage history
first computers consisted of rows and rows of switches and lights r bulb lights
2nd stage history
programmable devices that printed on rolls of paper using mechanism similar to a teletype machine.
data are stored in magnetic tapes, disk, or row of hole punched paper
3rd stage history
color laser
Cathode Ray Tube (CTR) are terminals used to display ASCII text
4th stage history
2d
flat lines, circles, and polygon were used to create graphics
2d
5th stage history, height, width, depth
3d
actual drawing or filling in the pixels between each vertex
rasterization
drawing with lines
wireframe rendering
individual programs that execute on the graphics hardware to process vertices and perform rasterization task
shaders
a picture that we map to the surface of a triangle or polygon
texture mapping
mixing different colors together. how make things look transparent
blender
low-level rendering app.
you have to put together a model yourself by loading triangles and applying the necessary transformations as well as the proper textures, shaders, and if necessary blending model.
Open GL