diff options
author | Kenneth Russel <[email protected]> | 2005-02-07 23:25:39 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-02-07 23:25:39 +0000 |
commit | e8c5222ee9ab261ed996b2352d1d9a64f76f51fb (patch) | |
tree | d6aaf9b5b0c1c6b2e5185e6f1b3aa89916cef2c5 /www/index.html | |
parent | 95beedbd90d58ef595fa8d2048cc41f805923c92 (diff) |
Added JRefract demo to jogl-demos web page
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@48 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 9791e46..269afcb 100644 --- a/www/index.html +++ b/www/index.html @@ -343,6 +343,71 @@ technique of infinite shadow volumes. <a + <div align="left"><font color="#ffffff"><strong>JRefract</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/JRefract.jnlp"> + <img src="jrefract_sm.jpg" width="160" height="120" + alt="Launch JRefract demo"> + </a> </td> + <td width="45%"> Variant of NVidia's vtxprog_refract demo showcasing JOGL's hardware-accelerated Swing component. <a + href="vtxprog_warp.zip">Original + source code</a> supplied in NVidia's <a href="http://developer.nvidia.com/object/sdk_home.html">SDK</a>.</td> + <td width="5%"><br> + </td> + <td width="25%"> pbuffer support, ARB_vertex_program </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 Program Warp</strong></font></div> </td> |