diff --git a/README.md b/README.md index 9c40d86..6844e69 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,17 @@ This repository contains notes and codes for **Computer Graphics.** 1. [Koch and Snowflake Algorithms](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-notes/CGL%20Koch%20and%20Snowflake%20Curves.pdf) 2. [Transformation Algorithms](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-notes/CGL%20-%20Transformation.pdf) -### [Lab Manual](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/CGL%20Lab%20Manual.pdf) -- [Assignment Solutions 1-7 (ALL)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/assignments/CGL%20Assignments%20%281-7%29.pdf) +### Lab Manual +- [Full lab manual](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/CGL%20Lab%20Manual.pdf) +- [Assignment 1](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/Assignment%201.pdf) +- [Assignment 2](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/Assignment%202.pdf) +- [Assignment 3](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/Assignment%203.pdf) +- [Assignment 4](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/Assignment%204.pdf) +- [Assignment 5](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/Assignment%205.pdf) +- [Assignment 6](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/Assignment%206.pdf) +- [Assignment 7](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/Assignment%207.pdf) + +- [**Assignment Solutions 1-7 (ALL)**](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/assignments/CGL%20Assignments%20%281-7%29.pdf) ### Codes #### Digital Differential Analyzer (DDA) diff --git a/lab-manual/Assignment 1.pdf b/lab-manual/Assignment 1.pdf new file mode 100644 index 0000000..7e88552 Binary files /dev/null and b/lab-manual/Assignment 1.pdf differ diff --git a/lab-manual/Assignment 2.pdf b/lab-manual/Assignment 2.pdf new file mode 100644 index 0000000..3f17a27 Binary files /dev/null and b/lab-manual/Assignment 2.pdf differ diff --git a/lab-manual/Assignment 3.pdf b/lab-manual/Assignment 3.pdf new file mode 100644 index 0000000..c6d91c7 Binary files /dev/null and b/lab-manual/Assignment 3.pdf differ diff --git a/lab-manual/Assignment 4.pdf b/lab-manual/Assignment 4.pdf new file mode 100644 index 0000000..050ae2a Binary files /dev/null and b/lab-manual/Assignment 4.pdf differ diff --git a/lab-manual/Assignment 5.pdf b/lab-manual/Assignment 5.pdf new file mode 100644 index 0000000..0571869 Binary files /dev/null and b/lab-manual/Assignment 5.pdf differ diff --git a/lab-manual/Assignment 6.pdf b/lab-manual/Assignment 6.pdf new file mode 100644 index 0000000..50afad5 Binary files /dev/null and b/lab-manual/Assignment 6.pdf differ diff --git a/lab-manual/Assignment 7.pdf b/lab-manual/Assignment 7.pdf new file mode 100644 index 0000000..69797f3 Binary files /dev/null and b/lab-manual/Assignment 7.pdf differ