What is Computer Graphics?¶
-
Pixel Representation
-
Recommended
-
Three Fundamental Tasks
- Modeling the world
- Animation(simulating)
- Simulating the behaviors of objects in the world
- Rendering(displaying)
-
Digital Representations of the World
- Digital Images 更容易更真实
- 3D Geometric Objects(Graphics) 更全面,渲染复杂
- Symbolic Descriptions
-
Geometric Representation
- 表示三维点: x,y,z
- 三维线段: 两个三维点
- 三维长方体: many ways
-
Three important and complex attributes
- shape
- appearance
- dynamic behaviors