Page 1 of 1
What animated model formats supported ?
Posted: Wed Dec 05, 2012 5:41 pm
by Juggernaut
Hello,
What animated model format is supported in the engine ?
Thanks,
Posted: Fri Dec 07, 2012 2:28 am
by jph_wacheski
basically, zge just loads static 3ds files,. it is simple to do procedural animations on separate models though,. so you can bring in some complex meshes and animate them together using code and the built in animator components,. but something like full skeletal animations are not built in. animations can also be achieved using shaders,. but again more effort will be needed to do that.
Personally, I just take a minimalist approach and work within the tools limitations to see what is possible,. using what is available. there are loads of possibilities here to learn with, and create many interesting games and such, while doing so.
Posted: Sat Dec 08, 2012 3:24 pm
by Juggernaut
Thank you for your clarification. Will skeletal animation be supported in the engine ? Is there any work going on ?