Hello everyone,
basically, i'm writing animation system for my engine, i will start on animation soon - since it's using DirectX11 i can't use .X files, so i'd like to know, what are the most popular
animation file formats? i have already coded my mesh/model format so, i'm looking for a format that handles skeleton and whatever animation takes only, no model info
does that even exist? :s i can't get any results with google, if it doesn't, what are the most popular formats that supports both animation & mesh? and if you possibly know, simplest one?
now don't laugh at me if that made no sense - but i haven't really used any animation formats nor systems so i don't really know how it looks/how it works yet, does the animation info in the file only handle the bones and their matrices? or there are extra info for weights and whatever? skinning is defined in the file or it's the program's job?
thank you