Tagged Questions
1
vote
1answer
338 views
File format for animated scene
I've got a custom OpenGL based rendering engine and I'd like to add support for cinema-type scene animation. The artist that is helping me uses primarily 3DSMax. I'd like a file format for exporting ...
5
votes
2answers
2k views
How to Export Flash Animation Data
I'd love for my partner, the artist, to be able to animate using flash movieclips and timelines. Then I, the programmer, would like to read the raw Flash info and re-program it into my engine of ...
1
vote
4answers
730 views
Public format for 2D animations
What public animation file formats are there available for 2D games? I'd like to know about both formats for procedural/skeletal animation, as well as traditional animation.
15
votes
1answer
808 views
What are the pros and cons of these voxel data file formats?
.VXL
.VOX
.KVX
.KV6
.V3A
.V3B
I am trying to decide whether it's worth going with any of the above, or some other, or if I should roll my own. The deciding factors in order of importance are:
...
2
votes
1answer
396 views
Animation file format
I'm trying to make a simple 2D animation file format. It'll be very rudimentary: only an XML file containing some parameters (such as frame duration) and metadata, and some images, each representing a ...
3
votes
1answer
4k views
iPhone image asset recommended resolution/dpi/format
I'm learning iPhone development and a friend will be doing the graphics/animation. I'll be using cocos2d most likely (if that matters).
My friend wants to get started on the graphics, and I don't ...
1
vote
1answer
1k views
What external 2d animation formats can I use in android?
For an artist who won't be dealing directly with the code, what formats for 2d animation could they use that would be portable into an android game?
In my particular case there are no collision ...