I managed to open a file using ma::io::File class (isOpen returned true). I am trying to compehend the list of classes but I am having a hard time to actually import data from this file and store it in some data structure (I need xyz positions (as in plug-in gait) of vertices in each frame).
It seems that data method returns char array but what's next?