aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2009-02-03 20:22:09 +0000
committerKenneth Russel <[email protected]>2009-02-03 20:22:09 +0000
commit3b4a10c0306425b1b3afd43c6273b02b2ae47efb (patch)
tree50c1f636d29d2fe51e562c2518af7d5ffbcbc8a8 /www
parent8fdb555a7402f1865c121b09432e883ff33e71ab (diff)
Added ZG3D
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1850 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'www')
-rw-r--r--www/index.html28
-rw-r--r--www/zg3d.pngbin0 -> 91839 bytes
2 files changed, 15 insertions, 13 deletions
diff --git a/www/index.html b/www/index.html
index 9e1814f70..6a8d5ba0e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -294,19 +294,21 @@ graphics.
</td>
<td bgcolor="#F8F8F8">
-<a href="http://apps.facebook.com/sharendipity/"><img
-src="sharendipity.gif" width="160" height="160"
-align="left">Sharendipity</a> enables creative people to build and
-distribute software regardless of their programming prowess. Its goal
-is to provide a basic platform with which users can build and share a
-broad array of application components in such a way that they can be
-extended, interchanged and plugged together to build full
-applications. The authors anticipate a market to evolve around these
-components where users can buy and sell their creations - whether it
-is a full application, a unique effect, or an individual object
-behavior. Sharendipity is currently deployed via Java within the
-Facebook platform and uses JOGL for hardware accelerated rendering.
-
+<a href="https://zg3d.dev.java.net/"><img src="zg3d.png" width="160"
+height="160" align="left">ZG3D</a> is an open source project that uses
+JOGL for visualizing 3D geometries with the emphasis of plotting
+scientific data in a web application. Geometry objects in an XML file
+or string can be dynamically loaded and removed. An HTML document may
+call ZG3D functions through JavaScript and may define JavaScript
+functions to receive messages from ZG3D, which makes it very easy and
+flexible to embed interactive 3D web visualization. The software is
+developed at the <a
+href="http://www-cger.nies.go.jp/index.html">Center for Global
+Environmental Research</a>, Japan, for the advanced data visualization
+of the <a
+href="http://db.cger.nies.go.jp/g3db/ggtu/trajectory.html">Global
+Greenhouse Gases Database</a>.
+
</td>
</tr>
diff --git a/www/zg3d.png b/www/zg3d.png
new file mode 100644
index 000000000..986b89437
--- /dev/null
+++ b/www/zg3d.png
Binary files differ