From 84dee81cd9dcdfdf314a252bf7009be1e8bd32fd Mon Sep 17 00:00:00 2001 From: TanmayMachkar Date: Tue, 19 Dec 2023 12:41:46 +0530 Subject: [PATCH] imp notes endsem added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81ba7b6..34aa422 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ This repository contains codes, write-ups, lab manuals, lab notes and question p - [**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) ### Notes +#### [Endsem Important Notes (Unit 3->6)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/notes/CG%20Endsem%20Important%20Notes.pdf) 1. [Unit 1 - Graphics Primitives and Scan Conversion Algorithms](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/notes/Unit%201) 2. [Unit 2 - Polygon, Windowing and Clipping](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/notes/Unit%202) -#### [Endsem Important Notes (Unit 3->6)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/notes/CG%20Endsem%20Important%20Notes.pdf) 3. [Unit 3 - 2D, 3D Transformations and Projections](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/notes/Unit%203) 4. [Unit 4 - Light, Colour, Shading and Hidden Surfaces](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/notes/Unit%204/) 5. [Unit 5 - Curves and Fractals](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/notes/Unit%205)