CSCE 4230 Homework #8 Due date: Thursday, Apr 30 Download files glmesh2.c and glmesh2.in from the class web page, create executable file glmesh, run it with input file glmesh2.in, create an interesting mesh, write a short report, and email the report, along with the output file (as an attachment with file name equal to your last name) to me: renka@cs.unt.edu. The compile and link commands for Linux and OS X are in the header comments at the top of the source code file. If you run Visual C++ under Windows, you can open a command window (with the appropriate path environment variable) from Visual Studio, and compile with the command 'cl glmesh2.c' to create glmesh2.exe. Run the executable from the command line with the command 'glmesh2 glmesh2.in Lastname', where Lastname is your name. Experiment with the program options to create something interesting. Artistic merit counts. The report should be a critique of the program. How could the user interface be improved? What would you have liked to do that you couldn't? What are the weaknesses and deficiencies? Feel free to criticize the source code if you like.