diff options
author | root <[email protected]> | 2007-04-05 19:20:46 +0000 |
---|---|---|
committer | root <[email protected]> | 2007-04-05 19:20:46 +0000 |
commit | 9ba142cb8c160409212843a5d290843781d0379e (patch) | |
tree | 9f3cfd43626c3f2a63fe06847921b05549e1b1ef | |
parent | 8952a09049af494610ef700641f0b88de3c6e9d7 (diff) |
Committed through web interface.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@61 83d24430-9974-4f80-8418-2cc3294053b9
-rw-r--r-- | www/alm-process/snippets/HtmlSnippet1.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/alm-process/snippets/HtmlSnippet1.html b/www/alm-process/snippets/HtmlSnippet1.html new file mode 100644 index 0000000..b1271bd --- /dev/null +++ b/www/alm-process/snippets/HtmlSnippet1.html @@ -0,0 +1,23 @@ +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><p>
+This project's purpose is to provide community-built utilities for the Java bindings for OpenGL (JSR-231) that are not officially a part of the JSR.
+</p>
+<p>
+For suggestions/requests for particular utilities, see the issue tracker.
+</p>
+<p>
+Guidelines for development can be found in the Documents & Files section. Please read this before submitting packages.
+</p>
+<br>
+<br>
+
+The following Utilities are currently available:
+<ul>
+<li>GLJFrame Class, a Swing JFrame encapsulating a GLCanvas with a variety of utilities such as changing the GLCapabilities and toggling fullscreen exclusive mode.</li>
+<li>lighting package, an Object-Oriented abstraction of OpenGL lighting.</li>
+<li>ThreeDS package, a utility for loading files in the 3DS modelling format.</li>
+</ul>
+<br>
+The following Utilities have been requested but not yet implemented:
+<ul>
+<li> Utility to import Blender models.
+</ul>
\ No newline at end of file |