No description
Find a file
2025-12-17 14:40:11 +01:00
.vscode Project - init 2025-12-03 13:43:55 +01:00
external Code for the labs 2022-08-17 12:54:28 +02:00
external_src Changed minimum version in all CMakeLists.txt files 2025-11-04 19:11:59 +01:00
lab1-rasterization done with tutorial 1 2025-11-12 16:11:45 +01:00
lab2-textures Lab 2 - fix from daniel 2025-11-13 13:28:30 +01:00
lab3-camera Lab 3 - done 2025-11-13 15:17:04 +01:00
lab4-shading Lab 4 - task 6 2025-11-20 12:28:54 +01:00
lab5-rendertotexture L5 - Task 5 2025-11-26 18:03:13 +01:00
lab6-shadowmaps L6 - Task 9 2025-11-27 11:01:17 +01:00
labhelper Changed minimum version in all CMakeLists.txt files 2025-11-04 19:11:59 +01:00
pathtracer Changed minimum version in all CMakeLists.txt files 2025-11-04 19:11:59 +01:00
project done and presented 2025-12-17 14:40:11 +01:00
scenes Code for the labs 2022-08-17 12:54:28 +02:00
.gitignore Changes in main.cpp and heightfield.cpp - Generated the mesh 2025-12-10 11:18:31 +01:00
CMakeLists.txt Changed minimum version in all CMakeLists.txt files 2025-11-04 19:11:59 +01:00
example.png mountains proper height 2025-12-03 14:16:33 +01:00
heightsfield_documentation.pdf done and presented 2025-12-17 14:40:11 +01:00
my_version.png mountains proper height 2025-12-03 14:16:33 +01:00
project.zip added working project.zip 2025-12-03 14:43:02 +01:00
README.md Code for the labs 2022-08-17 12:54:28 +02:00
README_LINUX.md Code for the labs 2022-08-17 12:54:28 +02:00
VSUserTemplate.user Code for the labs 2022-08-17 12:54:28 +02:00

Description

This is the repository for the tutorials of the course TDA362/DIT223 Computer Graphics given at Chalmers University of Technology. It contains resources and skeleton code which is to be filled in by students in six different lab assignments and one larger project.

The accompanying web page to this repository is located at http://www.cse.chalmers.se/edu/course/TDA362/tutorials/index.html.

Instructions on how to use this repository specifically can be found at http://www.cse.chalmers.se/edu/course/TDA362/tutorials/start.html.