10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
/* header format: anim3d [filename] [frames][framerate] [num objects] */
|
|
/* anim line: [frame] [x] [y] [z] [xrot] [yrot] [zrot][xscale] [yscale] [zscale] */
|
|
ANIM3DFRAMES "WalkAnim.pie" 4 6
|
|
{
|
|
0 0 0 0 0 0 0 1000 1000 1000
|
|
1 0 0 0 0 0 0 1000 1000 1000
|
|
2 0 0 0 0 0 0 1000 1000 1000
|
|
3 0 0 0 0 0 0 1000 1000 1000
|
|
}
|