I have created a simple frame-based animation in MagicaVoxel(v.0.98) and can't work out how to import the model with its animation into aframe VR.
The aframe docs re using MagicaVoxel don't mention animation https://github.com/aframevr/aframe/blob/master/docs/guides/building-with-magicavoxel.md
When I look at the recommended animation-mixer component (https://github.com/donmccurdy/aframe-extras/tree/master/src/loaders) it says that only glTF and three.js models support animation. glTF isn't one of the export options in MagicaVoxel but I'm not sure whether it would be possible to convert a MagicaVoxel export into that format.
Am I right in thinking that at present you can't create animations in MagicVoxel and import them along with your model into aframe? the above documentation points to that but doesn't say it explicitly. Likewise I haven't found documentation for MagicaVoxel that says clearly one way or the other.
Thanks in advance