A4: Animation

Assignment 4 Instructions

Animation is the last of three components of Scotty3D. You will build upon the same code repository you have used for the past two assignments. The documentation website is the primary source of information about this assignment, this document only contains administrative details about grading and submission.

NOTE: To help keep you on schedule, we have split up this assignment into two deadlines. You must complete the first set of tasks for the first deadline, and the second set of tasks for the second deadline. We will not grade improved versions of the first task set after the first deadline, so please make sure to complete them on time!

Due date I: Final (Tasks 1-5) on December 3 at 11:59 pm ET

Evaluation

Final

  • Task 1: Spline Interpolation: 15
  • Task 2: Forward and Inverse Kinematics: 25
  • Task 3: Linear Blend Skinning: 25
  • Task 4: Physical Simulation: 15
  • Task 5: Make a movie: 10
  • Writeup: 5
  • Documentation: 5

Make a movie

In addition to implementing the Animation functionality in Scotty3D, you will use your software to render a short animated movie of your own creation. We expect that you make a meaningful use of Scotty3D's functionality while creating this movie; it does not need to be long, but try to make something fun! As a starting rule, a movie which uses only a few keyframes and doesn't try to convey meaningful motion is unlikely to earn many points. See the wiki for some technical notes on creating this movie. Name this movie mov.mp4 and include it at the top level of your submission directory.

Documentation

Clear, well-written documentation is a critical part of software development. Since you (the students) are the ones who will most benefit from good documentation---or will suffer through bad documentation---we are "crowd sourcing" improvements to the course material. What did you find confusing---and then finally figure out?

As 5 points of your assignment grade, you will need to submit suggested edits to the assignment documentation. These could be:

  • Suggested changes or additions to the assignment writeup
  • Suggested changes or additions to assignment website (for A2, A3, and A4)
  • Suggested changes or additions to comments in the skeleton code

Do not wait until the due date to submit these suggested edits. They will be most helpful to your classmates (and to us!) if they are submitted ahead of time, so that we can immediately incorporate any good suggestions into the actual course material. To submit your edits, you must therefore:

  • Go on Piazza
  • Find the thread with the appropriate label
  • Make an anonymous (not anonymous to everyone, not private) post with your suggested edit

The TAs will monitor this label, and immediately update the docs with any/all useful suggestions. This Piazza post will also be recorded as part of your assignment grade. Note that we do not have to accept your edit in order for you to receive full credit on the assignment. However, we will grade your edits based on whether they appear to be a "good faith effort" to make a useful comment. In other words, did you really think about what is clear/unclear and provide a useful edit? Or did you just write something totally random at the very last minute? :-) Especially useful edits (e.g., those that provide nice insights, or point out serious bugs/errors) may receive extra credit.

Writeup

Additionally, you will submit a short document explaining which tasks you successfully implemented, and any particular details of your submission. If your submission includes any implementations which are not entirely functional, please detail what works and what doesn't, along with where you got stuck. This document does not need to be long; correctly implemented tasks may simply be listed, and incomplete tasks should be described in a few sentences at most.

If you wish, you may also include render result images to explain the any bugs or show off extra credit work. If so, please add these files to your submission archive, and mention them in the writeup.

The writeup must be a pdf, markdown, or plaintext file. Include it in the root directory of your submission as writeup.pdf, writeup.md, or writeup.txt. If you did extra credit, you must note it under a heading "Extra Credit," otherwise it will not be counted.

Please follow the format of the write ups of the previous assignments. Do NOT remove the comments that say "Task 1", "Task 2", etc., which we will use for grading.

Code Environment

This codebase should compile on Linux, macOS, and Windows on a typical environment. The build instructions given on the project page will walk you through installing dependencies and building the code. If you have difficulties running the code on your local machine, the GHC 5xxx cluster machines have all the packages required to build the project.

Handin Instructions

As with the previous assignments, we will be submitting on Autolab. You should create a tar archive of your entire src subdirectory along with the writeup (e.g. writeup.txt).

Final:

$ pwd
> (...)/Scotty3D
$ tar cvzf handin.tgz src/ writeup.txt mov.mp4
> a src
> a src/main.cpp
(...)
> a writeup.txt
> a mov.mp4

Upload this file to autolab, and be sure not to forget your writeup and movie!