overview.md 633 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
11
12
13
14
15
16
17
18
19
There are four primary components that must be implemented to support Animation functionality.

- [(Task 1) Spline Interpolation](camera_rays.md)
- [(Task 2) Skeleton Kinematics](intersecting_objects.md)
- [(Task 3) Linear Blend Skinning]()
- [(Task 4) Physical Simulation]()

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).