diff options
author | Kevin Rushforth <[email protected]> | 2006-02-16 00:35:51 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2006-02-16 00:35:51 +0000 |
commit | 253659654edf224f4996eecb2433b39c5fa4747d (patch) | |
tree | 9e2627f0dae728293a170f0d7d4cf506b246eccd /www | |
parent | 2529c5fa0b87297d6e5cdb52c8dd86fddb4a42ad (diff) |
Final release notes for 1.4.0
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@523 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www')
-rw-r--r-- | www/j3d1_4_0/RELEASE-NOTES.html | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/www/j3d1_4_0/RELEASE-NOTES.html b/www/j3d1_4_0/RELEASE-NOTES.html index 6453deb..fad8dbe 100644 --- a/www/j3d1_4_0/RELEASE-NOTES.html +++ b/www/j3d1_4_0/RELEASE-NOTES.html @@ -20,9 +20,6 @@ </head> <body> <h2>Java 3D<sup><font size="-2">TM</font></sup> 1.4.0 Release Notes</h2> -<p><span style="color: rgb(204, 0, 0);"><b><i>NOTE: These release notes -are incomplete.</i></b></span><br> -</p> <p>This file contains important release information for users of the Java 3D<sup><font size="-2">TM</font></sup> API, version @@ -58,7 +55,7 @@ following: </p> <ul> <li>JDK 1.4.2 or later (1.5.0 is recommended) from Sun Microsystems: <a - href="http://www.java.com/java/download/">http://www.java.com/java/download/</a></li> + href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a></li> <li>Solaris 9 or later</li> <li>Frame Buffer with OpenGL support (XVR-500, XVR-1000, XVR-600, XVR-1200, XVR-4000, Expert3D, Elite3D, Creator3D, and PGX)</li> @@ -73,7 +70,7 @@ following: </p> <ul> <li>JDK 1.5.0 or later from Sun Microsystems: <a - href="http://www.java.com/java/download/">http://www.java.com/java/download/</a></li> + href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a></li> <li>Solaris 10 or later</li> <li>NVIDIA Frame Buffer</li> <li>OpenGL XX for Solaris/x86 or later. OpenGL for Solaris can be @@ -88,7 +85,7 @@ following:<br> </p> <ul> <li>JDK 1.4.2 or later (1.5.0 is recommended) from Sun Microsystems: <a - href="http://www.java.com/java/download/">http://www.java.com/java/download/</a></li> + href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a></li> <li>Graphics adapter with driver that supports the GLX extension: GLX 1.3 or later and OpenGL 1.2 or later<br> @@ -102,7 +99,7 @@ requires the following:<br> </p> <ul> <li>JDK 1.4.2 or later (1.5.0 is recommended) from Sun Microsystems: <a - href="http://www.java.com/java/download/">http://www.java.com/java/download/</a></li> + href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a></li> <li>Windows 2000 or Windows/XP</li> <li>Support for either OpenGL or DirectX as shown below.<br> </li> @@ -134,9 +131,10 @@ for example: <h3><a name="Changes_Since_1.3.2"></a>Changes Since 1.3.2</h3> <h4>New Features</h4> <p>Thw following new features have been added to the 1.4 version of the -Java 3D API. Please refer to the <link>API -documentation</link>, or the <link>JSR-926 -change</link> log for more information.</p> +Java 3D API. Please refer to the <a + href="http://download.java.net/media/java3d/javadoc/1.4.0/index.html">API +documentation</a>, or the <a href="http://jcp.org/en/jsr/detail?id=926">JSR-926 +change</a> log for more information.</p> <ul> <li>Programmable shader support</li> <li>Changed default values for all read capability bits</li> @@ -148,15 +146,19 @@ change</link> log for more information.</p> <li>Other minor features and API changes<br> </li> </ul> -<h4>Miscellaneous</h4> -<ul> - <li>Improved...</li> -</ul> <h4>System Properties</h4> <p>The following system properties were added in Java 3D 1.4.0:<br> </p> <ul> - <li><code>j3d.xxxxx</code> – Description of xxxxx</li> + <li><code>j3d.shadingLanguage</code> – sets the shading language to +use for programmable shaders. Supported values are: "GLSL" or "Cg". The +default value is "GLSL".<br> + </li> + <li><code>j3d.simulatedMultiTexture</code> – If this flag is set to +true, simulation of multi-texturing will be done on systems that don't +have sufficient texture units. The default value is false. This does +not work with programmable shading, and will not be supported in 1.5.0.<br> + </li> </ul> <h4>Issues Fixed<br> </h4> |