Bolt-Development / the-darkest-forest

BDT's debut title
3 stars 0 forks source link

Animation Frame Selection and Rendering #12

Closed joshbyrom closed 11 years ago

joshbyrom commented 11 years ago

The animation model will hold the current index of the current frame. The controller will change the model's current index through a method which emits a 'change' event. The view should listen for the change event and prepare to render a different subsurface from the animation model.