public void draw(float time) {
   animation.apply(form, time);
   appearance.draw(form);
 }