CS 450/550 -- Fall Quarter 2023

Final Project

100 Points Total

10 points: One-page Project Proposal PDF to be turned into Teach by 23:59:59 PM on Wednesday, November 15, no Bonus Days

90 Points: Project and Report due: Tuesday, December 12, 23:59:59 PM, no Bonus Days


This page was last updated: September 26, 2023


Click here to see the FQ 2022 Zoom session where we looked at Final Project reports from previous years.


Requirements:

The goal of this assignment is to give you a chance to apply all that you have learned to a project of your own choosing.

  1. It must involve some serious 3D computer graphics.
  2. It must be worth 100 points
  3. It must be do-able in 1 week.
  4. It can involve textures, but doesn't have to.
  5. It can involve lighting, but doesn't have to.
  6. It can involve shaders, but doesn't have to.
  7. It can involve shadows, but doesn't have to.
  8. It can be based on other work that you have seen, but it must be your own implementation
  9. It must be adequately explained in your write-up.

Learning Objective:

When you are done with this assignment, you will have had the chance to apply your newly-discovered graphics knowledge to an application that has significance to you.

Your Proposal

New This Year!

I played with ChatGPT some over the summer. It was much better at writing non-graphics code and 2D graphics code than it was at writing 3D graphics code. (It was pretty good at generating OpenGL code to draw a 2D circle.) But, I expect that you are better at generating prompts than I have been. So, for this year, one of your Final Project options is to use ChatGPT (or other LLM programs like it) to generate a 3D scene. It has to be an interesting-enough scene to earn the full 90 points. (A sphere won't cut it.)

I kinda suspect that one can use ChatGPT to generate parts of a 3D scene and then surround it with your supporting code. But I am also expecting that a few people will surprise the hell out of me with what they can do. If you do this, you need to document what prompts you used and what code it generated with them.

Possible Helps

The Turn-In Process:

Your electronic turnin will be done at http://teach.engr.oregonstate.edu and will consist of:
  1. All source files (.cpp, .obj, .bmp, .vert, .frag)
  2. All texture image files
  3. All .obj files
  4. Your PDF report. See below for a description of what belongs in your PDF file.
  5. Do not .zip the PDF file in with the other files! I will use a script to collect all the PDFs into a single PDF, which I can't do easily if your PDF is hidden in a .zip file.

Your electronic submission is due at the date and time listed above.
Note: Bonus Days cannot be used on this project.

This time, Teach will be setup not to accept late submissions.

Your PDF Report

In addition to doing the project, you also need to write a final report about it:

Some Possible Ideas

Some Comments on Popular Project Ideas

I have noticed some patterns in popular project ideas. Click here to see those comments.

Grading

Getting the project proposal in on time and in the right format is worth the first 10 points!