12 lines
396 B
Plaintext
12 lines
396 B
Plaintext
/* header format: anim3d [filename] [frames][framerate] [num objects] */
|
|
/* anim line: [frame] [x] [y] [z] [xrot] [yrot] [zrot][xscale] [yscale] [zscale] */
|
|
ANIM3DFRAMES "cybd_run.pie" 6 7
|
|
{
|
|
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
|
|
4 0 0 0 0 0 0 1000 1000 1000
|
|
5 0 0 0 0 0 0 1000 1000 1000
|
|
}
|