
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
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
1 / 1
This page cannot be seen from the preview
Don't miss anything!

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.