ingress-model-viewer icon indicating copy to clipboard operation
ingress-model-viewer copied to clipboard

Refactor drawables

Open DeviateFish opened this issue 7 years ago • 0 comments

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

DeviateFish avatar May 26 '17 20:05 DeviateFish