10/3/04-
Set up the Wiki pages for the new project and began work on the collision code and better understanding how OpenGL represents objects and display views.
-- RyanAusankaCrues - 04 Oct 2004
10/6/04-
Worked on problems associated with resizing and deactivating the OpenGL window. worked out those bugs. Developed code to create 3D walls for room...turns out we don't need that yet but the work helped me better understand how OpenGL works and better understand the coordinate system used and the gluPerspective() and gluLookAt() functionality.
Also wrote a function to compute quadratic roots
Also developed the user interface for allowing the user to start the ball with the mouse, change position with the space bar and the new coordinates, and change the velocity with the 'v' key and the new vector components. Very tired now...
-- RyanAusankaCrues - 07 Oct 2004
10/11/04-
Fixed flickering problem by using a double buffer.
Created Gantt chart for the current prototype.
Created UML diagram for the current prototype.
Helped James diagnose problem with bounce function that turned out to be a normal vector not of unit length.