From 110dfa1a3577d9629ef8cddcb27db9db57876c49 Mon Sep 17 00:00:00 2001 From: TanmayMachkar Date: Tue, 19 Dec 2023 12:40:52 +0530 Subject: [PATCH] readme updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80a6fbe..81ba7b6 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ This repository contains codes, write-ups, lab manuals, lab notes and question p ### Notes 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)