Animations

Blitz3D Forums/Blitz3D Programming/Animations

LostCargo(Posted 2003) [#1]
How would one go about importing or creating just animations? Would i have to do all of my animations in a seperate 3ds file and then import them using the getanimsequence from that file? or is there a way to do this that would be native to an animation format. ie a way of storing animations in a single file: myanimations.dat

Any takers?


(tu) sinu(Posted 2003) [#2]
you can make your entire set of animations in one .3ds or .b3d and then use ExtractAnimSeq to get the animations from the file.