|
From: Brian M. <ma...@us...> - 2003-08-24 20:53:55
|
Update of /cvsroot/java-game-lib/LWJGL/doc In directory sc8-pr-cvs1:/tmp/cvs-serv2381 Modified Files: README Log Message: preparing for 0.7 Index: README CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/doc/README =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/doc/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- README 2 Mar 2003 22:09:15 -0000 1.3 +++ README 24 Aug 2003 20:53:52 -0000 1.4 @@ -11,24 +11,6 @@ Extract the archive, and cd into directory Extract the media files into lwjgl folder (only needed for openal tests) - NeHe ports: - java -cp .;examples.jar;lwjgl.jar; DEMO - where DEMO is one of the following: - BitmapFonts - Blending - DisplayLists - FiltersLightingAndControl - FirstPersonWorld - FlagEffect - Fog - MovingStarBitmaps - Polygon - PolygonColored - PolygonColoredRotating3D - PolygonColoredRotating - Quadrics - TextureMapping - LWJGL Tests: java -cp .;lwjgl_test.jar;lwjgl.jar; DEMO where DEMO is one of the following: @@ -37,7 +19,6 @@ org.lwjgl.test.input.MouseCreationTest org.lwjgl.test.input.MouseTest org.lwjgl.test.openal.ALCTest - org.lwjgl.test.openal.ALTest org.lwjgl.test.openal.ALCTest org.lwjgl.test.openal.EAXTest (Requires EAX compatible hardware) org.lwjgl.test.openal.MovingSoundTest @@ -47,6 +28,8 @@ org.lwjgl.test.openal.StressTest org.lwjgl.test.opengl.Grass (Requires nVidia hardware) org.lwjgl.test.opengl.Game - org.lwjgl.test.vector.MathTest -Project Webpage: http://sourceforge.net/projects/java-game-lib \ No newline at end of file +Please read this thread, for upgrading issues: +http://www.puppygames.net/forums/viewtopic.php?t=204 + +Project Webpage: www.lwjgl.org \ No newline at end of file |