diff options
author | Kevin Rushforth <[email protected]> | 2005-04-01 00:02:28 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-04-01 00:02:28 +0000 |
commit | 46cb80a0363025c330baea513b0224fbbdf35de3 (patch) | |
tree | 2d9ed0768bb271a873266253704733e4e4ded3fb /www/index.html | |
parent | 6a4504426cc054b5e033ba4c2ed31d3ea8c959f4 (diff) |
Updates to proposed Java 3D API changes
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@183 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/index.html b/www/index.html index 3440207..f8309c6 100644 --- a/www/index.html +++ b/www/index.html @@ -175,13 +175,12 @@ the rights to ship the source code for the native Headspace sound mixer. Our plan going forward is to enourage the development community to implement an AudioEngine using <a href="https://joal.dev.java.net/">JOAL</a>.</p> -<p><span style="font-weight: bold;">Java 3D 1.4</span><br> +<p><span style="font-weight: bold;">Java 3D 1.4, 1.5, ...</span><br> </p> <p>A description of the set of <a href="j3d1_4/proposed-changes.html">proposed -Java 3D -1.4 API changes</a> is now available. The main focus of the proposed -1.4 -API is the addition of <a href="j3d1_4/shaders.html">programmable +Java 3D API changes</a> for 1.4 (and beyond) is now available. The +main focus of the proposed +1.4 release is the addition of <a href="j3d1_4/shaders.html">programmable shaders</a>. Our goal is to minimize large scale changes to the system in order to deliver 1.4 as quickly as possible. We encourage members of the development community @@ -202,7 +201,7 @@ in the java.net community.<br> improvements to Java 3D version 1.4</a> is also available, and is an unprioritized list of improvements that do not require API changes.<br> </p> -<p><span style="font-weight: bold;">Java 3D 1.5/2.0</span><br> +<p><span style="font-weight: bold;">Java 3D 2.0</span><br> </p> <p>The scope of this release will be driven by the level of interest and community support that we get. @@ -211,7 +210,7 @@ thoughts are that this work will include large scale changes to support features such as extensibility and pluggable renderers. Click the following link for a <a href="j3d1_4/proposed-changes.html#Future_Features">list of -possible 1.5/2.0 features</a>.<br> +possible 2.0 features</a>.<br> </p> <h3><a name="Project_Suggestions"></a>Project Suggestions</h3> <p>The main areas in j3d-core for which we need help from the community @@ -219,7 +218,8 @@ are: </p> <ul> <li>Bug fixes (see the <a - href="https://java3d.dev.java.net/servlets/ProjectIssues">list of open + href="https://java3d.dev.java.net/issues/buglist.cgi?Submit+query=Submit+query&component=java3d&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED">list +of open issues</a>)</li> <li>Testing and example programs for programmable shaders</li> </ul> |