https://github.com/betarixm/csed451
POSTECH: Computer Graphics (Spring 2021)
https://github.com/betarixm/csed451
graphics opengl postech
Last synced: 3 months ago
JSON representation
POSTECH: Computer Graphics (Spring 2021)
- Host: GitHub
- URL: https://github.com/betarixm/csed451
- Owner: betarixm
- Created: 2021-03-03T05:05:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T04:57:47.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T09:44:26.687Z (4 months ago)
- Topics: graphics, opengl, postech
- Language: C++
- Homepage:
- Size: 69.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer Graphics
[](https://www.postech.ac.kr)
[](https://www.postech.ac.kr/eng)'Computer Graphics' is a POSTECH's class to understand the principles of graphic via math with OpenGL.
This introductory course to graphics covers fundamental principles of 2D and 3D graphics. After introducing the basic concepts, such as geometric transformations, viewing, and hierarchical modeling, this course covers issues and techniques in three main areas of graphics, modeling, rendering, and animation. The specific topics include polygonal modeling and curves and surfaces in modeling, hidden surface removal, shading, and texture mapping in rendering, and key-frame animation in animation. Programming assignments using OpenGL and shaders will facilitate better understating of the concepts covered in the lecture.## Assignments
### 2D Drawing

[Link](ASSN/ASSN1)### 2D Animation

[Link](ASSN/ASSN2)### 3D Drawing

[Link (Legacy)](ASSN/ASSN3.1)[Link (GLSL)](ASSN/ASSN3.2)
### 3D Shading

[Link](ASSN/ASSN4)