I'm currently working on a model generation program, I believe that model files can store animation frames, but I was wondering is it possible to to create a model with animation in code. I attempted it, but either I did something wrong or its not supported.
Basicly what I'm doing is generating a model, with an index as the frame number, saving to the same model each new model with a different index. This crashes the program.