| Commit message (Expand) | Author | Age | Files | Lines |
* | added fps 2 stdout, changed reshape .. | Sven Gothel | 2008-06-02 | 2 | -9/+32 |
* | Added CubeFBO demo | Kenneth Russel | 2008-06-02 | 8 | -0/+1322 |
* | Made rotation speed independent of frame rate. Removed sleep. | Kenneth Russel | 2008-06-01 | 1 | -8/+3 |
* | wip | Sven Gothel | 2008-06-01 | 2 | -10/+31 |
* | wip .. | Sven Gothel | 2008-06-01 | 2 | -0/+2 |
* | Adapted to latest JOGL refactoring .. | Sven Gothel | 2008-06-01 | 2 | -12/+12 |
* | 16 bit RGB: 5 6 5 | Sven Gothel | 2008-05-30 | 2 | -2/+2 |
* | adapted EGLDrawable.destroy() | Sven Gothel | 2008-05-30 | 2 | -4/+2 |
* | adapted es1 demos to the new and proper 'newt' handling. | Sven Gothel | 2008-05-30 | 2 | -8/+60 |
* | Adapted to changes in Window.create(int visualID) | Sven Gothel | 2008-05-30 | 2 | -2/+2 |
* | Incorporated Sven's Java port of the San Angeles demo, modified to use
| Kenneth Russel | 2008-05-30 | 4 | -0/+1031 |
* | Added animation to have a visible effect. Added clean termination
| Kenneth Russel | 2008-05-30 | 1 | -3/+13 |
* | Switched to using glClearColorx as glClearColor doesn't seem to exist
| Kenneth Russel | 2008-05-30 | 1 | -1/+4 |
* | Worked around several subtle differences between desktop OpenGL and
| Kenneth Russel | 2008-05-29 | 1 | -32/+21 |
* | Rewrote to use minimal window abstraction for EGL. Not working yet. | Kenneth Russel | 2008-05-29 | 1 | -94/+46 |
* | Moved ES1 and ES2 demos into new packages in preparation for
| Kenneth Russel | 2008-05-29 | 4 | -6/+6 |
* | OpenGL ES 1 and ES 2 demos, not built by default;
| Kenneth Russel | 2008-05-13 | 4 | -3/+557 |
* | Attempted fix for NullPointerException pointed out by Michael Bien | Kenneth Russel | 2008-04-07 | 1 | -2/+2 |
* | Added flush() call to render loop needed for new TextRenderer. Added
| Kenneth Russel | 2007-11-03 | 1 | -1/+5 |
* | Added JNLP for NASA World Wind Java pointing to the jars on NASA's | Kenneth Russel | 2007-10-19 | 1 | -1/+2 |
* | Added World Wind Java to list of demos tested with each release | Kenneth Russel | 2007-10-11 | 1 | -0/+1 |
* | Integration of Tomas Hrasky's port of basic GLU NURBS functionality
| Kenneth Russel | 2007-10-09 | 34 | -1/+7891 |
* | Added debugging println | Kenneth Russel | 2007-10-09 | 1 | -0/+1 |
* | Integrated John Burkey's new TextRenderer implementation using
| Kenneth Russel | 2007-10-09 | 2 | -0/+19 |
* | Added comments based on some from Jason Moore | Kenneth Russel | 2007-09-09 | 1 | -0/+12 |
* | Added usage of codebase_lookup=false | Kenneth Russel | 2007-07-05 | 2 | -0/+4 |
* | Updated applet tests to use JNLPAppletLauncher | Kenneth Russel | 2007-07-04 | 2 | -85/+99 |
* | Added noddraw.check to applettest-next.html | Kenneth Russel | 2007-07-04 | 1 | -0/+1 |
* | Updated applettest-joal-next to use same absolute URLs as applettext-next | Kenneth Russel | 2007-07-04 | 1 | -3/+2 |
* | Further simplification | Kenneth Russel | 2007-07-03 | 1 | -2/+1 |
* | Test to see if we can use absolute URLs in archive tag | Kenneth Russel | 2007-07-03 | 1 | -2/+2 |
* | Changed applettest-joal-next.html to use JNLPAppletLauncher | Kenneth Russel | 2007-06-28 | 1 | -4/+7 |
* | Changed applettest-next.html to use JNLPAppletLauncher | Kenneth Russel | 2007-06-28 | 1 | -6/+7 |
* | Fixed Issue 296: TextureIO cube map support broken | Kenneth Russel | 2007-04-21 | 4 | -5/+2 |
* | Added a markDirty() method to TextureRenderer and removed the sync()
| Kenneth Russel | 2007-03-27 | 2 | -4/+4 |
* | Updated link to Pepijn van Eeckhoudt's Nehe JOGL ports | Kenneth Russel | 2007-03-12 | 1 | -1/+1 |
* | Fixed package name in Picking demo and added Z values to verify
| Kenneth Russel | 2007-03-05 | 1 | -0/+5 |
* | Added CustomText demo | Kenneth Russel | 2007-02-15 | 2 | -0/+63 |
* | Added RenderDelegate mechanism to TextRenderer to provide more control
| Kenneth Russel | 2007-02-11 | 1 | -0/+409 |
* | Added link to Chris Campbell's new Java 2D and JOGL blog entry | Kenneth Russel | 2007-01-23 | 1 | -0/+3 |
* | Added TestTextRenderer, FlyingText, TextFlow, and TextCube demos | Kenneth Russel | 2007-01-23 | 5 | -0/+252 |
* | Added TestTextRenderer, FlyingText, TextFlow, and TextCube demos to | Kenneth Russel | 2007-01-22 | 1 | -0/+4 |
* | Made default size of demo window larger | Kenneth Russel | 2007-01-21 | 1 | -1/+8 |
* | Added 3D rendering methods to TextureRenderer and TextRenderer on
| Kenneth Russel | 2007-01-20 | 4 | -55/+443 |
* | Robustness improvements to TextRenderer and underlying RectanglePacker.
| Kenneth Russel | 2007-01-13 | 1 | -0/+202 |
* | Added new FlyingText demo to illustrate more advanced usage of the
| Kenneth Russel | 2007-01-07 | 2 | -3/+495 |
* | With help from Chris Campbell, fixed incredibly stupid bug on my part
| Kenneth Russel | 2007-01-06 | 3 | -9/+13 |
* | Removed debugging code | Kenneth Russel | 2007-01-04 | 1 | -69/+1 |
* | With extensive help from Phil Race and Chris Campbell from the Java 2D
| Kenneth Russel | 2007-01-04 | 1 | -0/+246 |
* | Moved J2DTextureRenderer and J2DOverlay into their own sub-package and
| Kenneth Russel | 2007-01-04 | 2 | -13/+13 |