README - GLTriwarp
-------------------

To compile the .dll for use with matlab, you must start Matlab, make the
current working directory match that of gltriwarp.c

Then type:

>> mex gltriwarp.c -f mexopts.bat

at the command prompt (note, don't type the >>'s these are Matlabs prompts)

next type

>> scratch

This loads an image, and then makes some input and output points, generates a triangulation and
then calls gltriwarp.

There is not OpenGL code in gltriwarp.c now.

It just prints out the matrices and make the output image the input image.

