diff --git a/README.md b/README.md
index 10ef065..5b8ff5b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
Lecture at graduate school of information science and technology in the university of Tokyo, spring semester, 2024
-UTOL (UTokyo-LMS) (for Slack and GitHub Classroom invitations):
+UTOL (UTokyo-LMS) (for Zoom URL, Slack and GitHub Classroom invitations):
- https://utol.ecc.u-tokyo.ac.jp/lms/course?idnumber=2024_4886_4860-1084_01
@@ -75,10 +75,10 @@ Look at the following document.
| Task ID | Title | Thumbnail |
|:---|:---|:---|
-| task01 | Rasterization of lines and polygons |
|
-| task02 | Rasterization of parametric curves |
|
-| task03 | Perspectively-correct Texture Mapping |
|
-| task04 | TBD | |
+| task01 | **Rasterization of lines and polygons**
DDA, winding number |
|
+| task02 | **Rasterization of parametric curves**
Quadratic Bézier curve, root of polynominal |
|
+| task03 | **Perspectively-correct texture mapping**
rasterization of triangle, barycentric coordinate |
|
+| task04 | **Vertex shader practice**
Rendering pipeline, mirror reflection, OpenGL |
|
| task05 | TBD | |
| task06 | TBD | |
| task07 | TBD | |
diff --git a/task04/preview.png b/task04/preview.png
new file mode 100644
index 0000000..c052fbe
Binary files /dev/null and b/task04/preview.png differ