Hi!
I implementing GlTF2 loader from scratch. During implementing I faced with fact (?): here is no a simple model which contains few nodes animated hierarchy without skin.
The animation mechanics itself is complicated, and when it combined with skins it becomes even more complicated. A simple AnimatedCube won't do — it is need a bit of animated hierarchy. Something like "walking brick man" will be nice.
Maybe someone can add this?