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 | |
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
-rw-r--r-- | www/j3d1_4/graph-change-listener.html | 4 | ||||
-rw-r--r-- | www/j3d1_4/lightweight-canvas3d.html | 3 | ||||
-rw-r--r-- | www/j3d1_4/picking.html | 3 | ||||
-rw-r--r-- | www/j3d1_4/render-texture.html | 3 | ||||
-rw-r--r-- | www/j3d1_4/stencil.html | 3 |
5 files changed, 16 insertions, 0 deletions
diff --git a/www/j3d1_4/graph-change-listener.html b/www/j3d1_4/graph-change-listener.html index 931d744..61527da 100644 --- a/www/j3d1_4/graph-change-listener.html +++ b/www/j3d1_4/graph-change-listener.html @@ -8,6 +8,10 @@ <body> <h2>Java 3D<sup><font size="-2">TM</font></sup> 1.4: Graph Change Listener</h2> +<hr> +<h3><span style="color: rgb(0, 153, 0);"><i>ROUGH DRAFT: This API +is a Work in Progress</i></span></h3> +<hr> <p>This page describes a proposed Java 3D 1.4 feature to add a notification mechansim for scene graph structure changes: additions, deletions, and 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 diff --git a/www/j3d1_4/picking.html b/www/j3d1_4/picking.html index cea288d..c7f9ee7 100644 --- a/www/j3d1_4/picking.html +++ b/www/j3d1_4/picking.html @@ -8,6 +8,9 @@ <body> <h2>Java 3D<sup><font size="-2">TM</font></sup> 1.4: Picking Changes</h2> +<h3><span style="color: rgb(0, 153, 0);"><i>ROUGH DRAFT: This API +is a Work in Progress</i></span></h3> +<hr> <p>This page describes proposed picking changes in Java 3D 1.4... </p> <p>The proposed API is:</p> diff --git a/www/j3d1_4/render-texture.html b/www/j3d1_4/render-texture.html index 6561d73..05cf1e9 100644 --- a/www/j3d1_4/render-texture.html +++ b/www/j3d1_4/render-texture.html @@ -8,6 +8,9 @@ <body> <h2>Java 3D<sup><font size="-2">TM</font></sup> 1.4: Render To Texture</h2> +<h3><span style="color: rgb(0, 153, 0);"><i>ROUGH DRAFT: This API +is a Work in Progress</i></span></h3> +<hr> <p>This page describes the possible render-to-texture feature in Java 3D 1.4... </p> diff --git a/www/j3d1_4/stencil.html b/www/j3d1_4/stencil.html index 92757af..0b51ac8 100644 --- a/www/j3d1_4/stencil.html +++ b/www/j3d1_4/stencil.html @@ -8,6 +8,9 @@ <body> <h2>Java 3D<sup><font size="-2">TM</font></sup> 1.4: Stencil Buffer</h2> +<h3><span style="color: rgb(0, 153, 0);"><i>ROUGH DRAFT: This API +is a Work in Progress</i></span></h3> +<hr> <p>This page describes the proposed API changes for stencil buffer support in Java 3D 1.4... |