diff options
author | Kevin Rushforth <[email protected]> | 2005-03-25 22:49:36 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-03-25 22:49:36 +0000 |
commit | ac9a97ea5c9363e07650f83cc4b69d9b6da0e14b (patch) | |
tree | cb49399fb6f36963d0102ec9dfb82903a40d3756 /www/j3d1_4/lightweight-canvas3d.html | |
parent | df9e42d247a231fe41664610445182dd2c406f0a (diff) |
Added "ROUGH DRAFT" indicator
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@176 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/j3d1_4/lightweight-canvas3d.html')
-rw-r--r-- | www/j3d1_4/lightweight-canvas3d.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/j3d1_4/lightweight-canvas3d.html b/www/j3d1_4/lightweight-canvas3d.html index 1c6479f..86824f3 100644 --- a/www/j3d1_4/lightweight-canvas3d.html +++ b/www/j3d1_4/lightweight-canvas3d.html @@ -8,6 +8,9 @@ <body> <h2>Java 3D<sup><font size="-2">TM</font></sup> 1.4: Lightweight Canvas3D</h2> +<h3><span style="color: rgb(0, 153, 0);"><i>ROUGH DRAFT: This API +is a Work in Progress</i></span></h3> +<hr> <p>A possible feature under consideration for Java 3D 1.4 is a lightweight JCanvas3D that is similar to JGLCanvas in JOGL. Adding this into core may be beyond the |