io7m / jcalcium

Skeletal animation
ISC License
0 stars 0 forks source link

Skeleton evaluator #7

Open io7m opened 7 years ago

io7m commented 7 years ago

An evaluator evaluates and blends actions, producing the final matrices for all bones.

Depends #6 Depends #2

io7m commented 7 years ago

A decision needs to be made as to what evaluators will be included in 0.1.0. Right now, only the most trivial evaluator is implemented: A single action evaluator. Presumably, evaluators could be composed rather than, for example, implementing another evaluator that processes multiple actions with blending and so on.