https://github.com/armour/cmpt361
This is the repository for course CMPT361 assignments in SFU
https://github.com/armour/cmpt361
graphics-programming opengl sfu
Last synced: about 2 months ago
JSON representation
This is the repository for course CMPT361 assignments in SFU
- Host: GitHub
- URL: https://github.com/armour/cmpt361
- Owner: Armour
- License: gpl-3.0
- Created: 2016-02-01T23:10:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T20:01:53.000Z (about 6 years ago)
- Last Synced: 2025-01-28T10:49:24.416Z (4 months ago)
- Topics: graphics-programming, opengl, sfu
- Language: C++
- Size: 2.02 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CMPT361-Assignments
This is the repository for course CMPT361 assignments in SFU
## Tasks
* **Assignment 1** implement a simple interactive game that combines some features from Tetris and
Falling Fruits.
* **Assignment 2** upgrade the Tetris-FallingFruits game in assignment 1 into 3D, and control a robot
arm to play this game.
* **Assignment 3** build a ray tracer. It starts with a simple version that works on scenes consisting
only of spheres, and gets expanded to include shadows, reflection, refraction, texture mapping,
and supersampling.## Plagiarism
This repo is intend as a reference for your personal project, **DO NOT copy code in this repo for your SFU CMPT413 assignment!! Plagiarism is a serious academic offense, which applies as much to code as it does to essays and exams.**