1. Make sure the directory and filename conventions are followed
([login]/asst4/raymain/anim/nnn.tiff).
2. Make sure no other tif or tiff files are in that directory.
3. Put your desired framerate in a file named "framerate" in that
directory.
4. If your animation is split between two different directories, make
symbolic links in the first directory (i.e., the one that matches
the naming convention) to the images in the second directory. As an
example of how to make a symlink, say you want to make a symlink to
/usr/local/bin/emacs in your current directory. Then you'd type "
ln -s /usr/local/bin/emacs ." (note the dot at the end! ln
requires a source and a target, just like cp, mv, and all those other
Unix commands).
5. If you haven't already, send email to let us know the state, as
detailed in the
assignment 4 submission instructions