From 848d50755cc3c4e3467a226bd9027aa4bce9f553 Mon Sep 17 00:00:00 2001 From: Hesper Yin <hyin2@andrew.cmu.edu> Date: Thu, 19 Nov 2020 14:22:25 -0500 Subject: [PATCH] Update overview.md --- docs/animation/overview.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/animation/overview.md b/docs/animation/overview.md index bcdbf91..dc08729 100644 --- a/docs/animation/overview.md +++ b/docs/animation/overview.md @@ -8,10 +8,11 @@ permalink: /animation/ There are four primary components that must be implemented to support Animation functionality. +##A4.0 - [(Task 1) Spline Interpolation](camera_rays.md) - [(Task 2) Skeleton Kinematics](intersecting_objects.md) -- [(Task 3) Linear Blend Skinning]() -- [(Task 4) Physical Simulation]() +##A4.5 +- Soon to come Each of these components is described at the linked page. -- GitLab