Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable compilation using JogAmp 2.4.0 (one demo needs vecmath, dependency issue)HEADmaster | Sven Gothel | 2019-12-31 | 1 | -150/+157 |
| | |||||
* | Updates to joglutils workspace to work with JOGL 2 APIs. Cleaned up | Kenneth Russel | 2009-07-18 | 1 | -23/+21 |
| | | | | | | | | build process. Added targets for joglutils.jar and joglutils-demos.jar as well as javadoc. Deleted build directory from svn. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@103 83d24430-9974-4f80-8418-2cc3294053b9 | ||||
* | Initial checkin of the TextRenderer3D class. This class | rkwright | 2008-06-21 | 1 | -0/+624 |
provides a true 3D rendering of a text string. Methods are available to draw text, set the extrusion depth as well as compile to a display list rather than draw immediately. Also checked in a simple demo (TestRenderer3D) of the use of the draw() method. As simple as it can be. Also checked in a more complex exampled that demonstrates the compile/call methods and uses animation to bounce a large number of text objects (as display lists) around the screen. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@101 83d24430-9974-4f80-8418-2cc3294053b9 |