rhubarb-lip-sync/src/animation/mouthAnimation.h

9 lines
225 B
C
Raw Normal View History

#pragma once
#include "Phone.h"
#include "Shape.h"
#include "ContinuousTimeline.h"
#include "targetShapeSet.h"
JoiningContinuousTimeline<Shape> animate(const BoundedTimeline<Phone>& phones, const ShapeSet& targetShapeSet);