So! During a 2 day code frenzy, I've managed to implement stale support for animated objects in Polly. However, as liban8 (not yet?) supports bones, I decided to implement the simplest possible thing first: keyframes. This is done by "compiling" several .an8 or .3ds-files to a Polly resource-file: .ply. This chunked file format will be the base 3d/terrain/item/whatever resource for polly, but is still in early development version.
Anyway. This ".ply compiler" can be used for adding several (euqal-sized) objects together, where the user can define "key"-paths. These paths tells Polly which objects to interpolate between (for instance in a walk, death etc)
Hence, my problem. This preliminary version now works like a charm, but I am completely incompetent when concering 3d object design. And i really need animated objects for debugging and testing the game engine. So if any of you chaps could supply me with a monster or two, I would be very thankful. Heck, this monster might even be included in the final first version, if it doesn't suck too much.
Note: ALL objects must contain the SAME amount of vertices / the same faces. They should only be different
poses of the same object, preferalbly done with bones!
What I need is the following:
A "walking" cycle: at least 3 objects
A "dying" cycle : at least 1 object
An "attack" cycle: at least 2 objects
the object should contain about 500 polys, no more than a thousand... can contain as many materials as you wish.
Also, the name of the texture used should be typed in the "diffuse texture" box in the materials settings. This
texture name will be the identifier within Polly for this specific texture. You can choose your own name, but try to make it unique ("HI" is not unique. "Flesh_red_gory_001" is unique).
leuat