CSCI 440 - Homework One

The first application that most programmers write in a new language is "Hello World". The point of such an exercise is just learn how to get something, anything, to compile and run.  Your first assignment for CSCI 440 is essentially Hello World.  Since this is graphics class, instead of a simple text message, you will display a simple shape.

Take my code from class that moves a triangle and make a few simple changes.  First, fix the minor error of creating an array of 3D points, but telling the GPU it is being sent 2D points.  Second, add a second triangle.  Third, change the triangles' color.  Finally, be sure to put your name and assignment number as comments at the top of the HTML file.

Reminders:
- Put all your files into your public_html directory.
- Be sure the permissions on your files and directories are set correctly.
- Copy the textbook author's three JavaScript files into your directory. (remember to set their permission's too.)
- Your URL is http://deltona.birdnest.org/~acc.yourid
- Your deltona homepage is named index.html

Send your code to dannellys@winthrop.edu by 12:30pm on Wednesday Sept 12. Use the subject line "CSCI 440 - HW01. I will go to your web page and run your program. To make grading easier for me, send your code as the body of the email message, not as an attachment.