Sunday, April 5, 2009

Project 2




After just finishing file handling in Java I thought that it would be difficult in C but it was not so bad.  For my project I have just changed the sphereworld example from the open GL Superbible by Richard Wright.  For my obj files I had to go into them and delete some of the garbage so that the program would only read the vertices and faces and not get caught up in the texture nonsense.  The tutorials from the web site were pretty helpful for the C file handling.  I got the .obj files from this site.