Added keyframe animation and demo.

This commit is contained in:
Marvin Blum
2016-05-11 23:39:13 +02:00
parent 12433458cc
commit 7a758221cb
4 changed files with 311 additions and 0 deletions

View File

@@ -309,6 +309,7 @@ func initGoga(width, height int) {
AddSystem(NewSpriteRenderer(nil, nil, false))
AddSystem(NewModelRenderer(nil, nil, false))
AddSystem(NewCulling2D(0, 0, width, height))
AddSystem(NewKeyframeRenderer(nil, nil))
}
func cleanup() {