From: Luke H. <lh...@us...> - 2002-11-26 07:05:54
|
Update of /cvsroot/java-game-lib/LWJGL/examples/nehe/lesson04 In directory sc8-pr-cvs1:/tmp/cvs-serv29914/lesson04 Modified Files: Lesson4.java Log Message: now using timers, packages... most packages extend lesson1 or 6-7. lessons 10-17 will be broken for the rest of the night. going to bed... They will be done tomarrow =) Index: Lesson4.java CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/examples/nehe/lesson04/Lesson4.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/examples/nehe/lesson04/Lesson4.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Lesson4.java 26 Nov 2002 05:56:01 -0000 1.2 +++ Lesson4.java 26 Nov 2002 07:05:21 -0000 1.3 @@ -114,7 +114,7 @@ int err = 0; Lesson4 lesson = new Lesson4(); try { - lesson.start(); + lesson.start(640, 480, 16, false); } catch (Exception e) { err = 1; |