diff options
author | Kenneth Russel <[email protected]> | 2003-09-06 00:32:22 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-09-06 00:32:22 +0000 |
commit | 645dc4e330e1685b280b8a406bd6a400fffa06b8 (patch) | |
tree | 709665b1c4c975c9bba93db17057e0be81832b26 /www/index.html | |
parent | 61bef7143611833f4fcb1439f1e41a235e57a42a (diff) |
Updated binaries with ARB_vertex_buffer_object support, latest Mac OS
X support, GLU tesselator API, etc. Added VertexBufferObject demo.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@26 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 964611c..a02f060 100644 --- a/www/index.html +++ b/www/index.html @@ -621,6 +621,72 @@ by Brian Paul; converted to Java by Ron Cemer and Sven Goethel. + <div align="left"><font color="#ffffff"><strong>Vertex Buffer Object</strong></font></div> + </td> + </tr> + <tr> + <td valign="top" bgcolor="#ffffff"> + + + <table border="0" cellpadding="5" cellspacing="1" + width="100%"> + <tbody> + <tr> + <td width="25%"> <br> + </td> + <td width="45%"> <strong>Description</strong> + </td> + <td width="5%"><br> + </td> + <td width="25%"> <strong>Requirements</strong> + </td> + </tr> + <tr> + <td width="25%"> <a + href="https://jogl-demos.dev.java.net/webstart/VertexBufferObject.jnlp"> + <img src="VertexArrayRange_sm.jpg" width="160" height="164" + alt="Launch Vertex Buffer Object demo"> + </a> </td> + <td width="45%">Demonstrates high-throughput dynamic geometry +using ARB_vertex_buffer_object extension. <a + href="http://developer.nvidia.com/view.asp?IO=vardemo">Original source code</a> +by NVidia; ported both to Java/JOGL and ARB_vertex_buffer_object extension. </td> + <td width="5%"><br> + </td> + <td width="25%">Any card supporting the ARB_vertex_buffer_object extension</td> + </tr> + <tr> + </tr> + + + </tbody> + + </table> + </td> + </tr> + + </tbody> + + + </table> + </td> + </tr> + + </tbody> +</table> + +<table border="0" cellpadding="5" cellspacing="1" width="100%"> + <tbody> + <tr> + <td> + <table bgcolor="#990000" border="0" cellpadding="5" + cellspacing="1" width="100%"> + <tbody> + <tr> + <td bgcolor="#990000" valign="top"> + + + <div align="left"><font color="#ffffff"><strong>Vertex Array Range</strong></font></div> </td> </tr> |