DeviateFish / ingress-model-viewer

Ingress Model Viewer
MIT License
33 stars 8 forks source link

Refactor drawables #29

Open DeviateFish opened 7 years ago

DeviateFish commented 7 years ago

Move all the logic around loading assets and drawing using programs into a child class of a drawable. This should leave all the logic around animations and matrices in the base class, making it a replacement for Entity and enabling a proper scene graph.

This is a follow-up to #24