overview.md 601 Bytes
Newer Older
yhesper's avatar
yhesper committed
1
2
3
4
5
6
7
8
---
layout: default
title: "Animation Overview"
permalink: /animation/
---

# Animation Overview

Hesper Yin's avatar
Hesper Yin committed
9
10
There are four primary components that must be implemented to support Animation functionality.

Hesper Yin's avatar
Hesper Yin committed
11
12
**A4.0**

Hesper Yin's avatar
Hesper Yin committed
13
14
- [(Task 1) Spline Interpolation](camera_rays.md)
- [(Task 2) Skeleton Kinematics](intersecting_objects.md)
Hesper Yin's avatar
Hesper Yin committed
15
16

**A4.5**
Hesper Yin's avatar
Hesper Yin committed
17
- Soon to come
Hesper Yin's avatar
Hesper Yin committed
18

Hesper Yin's avatar
Hesper Yin committed
19

Hesper Yin's avatar
Hesper Yin committed
20
21
22
23
Each of these components is described at the linked page.

Additionally, the assignment specification asks you to create a video of your animation. Some brief technical notes on creating videos from images are [here](generate_videos.md).