Assignment 1: Generating Teapot Images in CAP4720 - Prof. Juraj Obert, Assignments of Computer Graphics

Assignment 1 for the cap4720 course, which involves writing a program to generate images of teapots using a provided visual studio solution and source code. Students are required to add three code fragments to clear the background, set up projection matrices, and render nine teapots on the screen.

Typology: Assignments

Pre 2010

Uploaded on 11/08/2009

koofers-user-86b
koofers-user-86b 🇺🇸

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CAP4720
Assignment 1
Due date:
September 18
th
, 11.59.59 pm
Delivery:
Source code and screenshots to [email protected]
Problem:
Write a program to generate images resembling the two shown below:
In order to complete this assignment, download template Visual Studio solution and source code from
the course website. The link is posted next to notes from the Transformations class.
The code loads the teapot model from a file and submits it to GPU for rendering. In order to complete
this assignment, you need to add three code fragments as described in the code. You need to clear the
background to white, set up projection matrices and set up modeling transformations to render nine
teapots on the screen. You don’t need to alter the view matrix.

Partial preview of the text

Download Assignment 1: Generating Teapot Images in CAP4720 - Prof. Juraj Obert and more Assignments Computer Graphics in PDF only on Docsity!

CAP

Assignment 1

Due date: September 18th, 11.59.59 pm

Delivery: Source code and screenshots to [email protected]

Problem: Write a program to generate images resembling the two shown below:

In order to complete this assignment, download template Visual Studio solution and source code from the course website. The link is posted next to notes from the Transformations class.

The code loads the teapot model from a file and submits it to GPU for rendering. In order to complete this assignment, you need to add three code fragments as described in the code. You need to clear the background to white, set up projection matrices and set up modeling transformations to render nine teapots on the screen. You don’t need to alter the view matrix.