Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 416 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 416 Bytes

Machine Learning

These are "2022 NTHU CS550000 Computer Graphics" course projects.

Homework 1: Transformation

Implement transformation, viewing, and projection matrices (MVP).

Homework 2: Lighting

Implement 3 types of light sources (directional light, position light, and spot light).

Homework 3: Texture Mapping

Binding and passing the texture to shader. Modify the texture filtering & wrapping mode.