From 253659654edf224f4996eecb2433b39c5fa4747d Mon Sep 17 00:00:00 2001
From: Kevin Rushforth
Date: Thu, 16 Feb 2006 00:35:51 +0000
Subject: 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
---
www/j3d1_4_0/RELEASE-NOTES.html | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
(limited to 'www')
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 @@
Java 3DTM 1.4.0 Release Notes
-NOTE: These release notes
-are incomplete.
-
This file contains important release information for users of
the
Java 3DTM API, version
@@ -58,7 +55,7 @@ following:
- JDK 1.4.2 or later (1.5.0 is recommended) from Sun Microsystems: http://www.java.com/java/download/
+ href="http://java.sun.com/j2se/">http://java.sun.com/j2se/
- Solaris 9 or later
- Frame Buffer with OpenGL support (XVR-500, XVR-1000, XVR-600,
XVR-1200, XVR-4000, Expert3D, Elite3D, Creator3D, and PGX)
@@ -73,7 +70,7 @@ following:
- JDK 1.5.0 or later from Sun Microsystems: http://www.java.com/java/download/
+ href="http://java.sun.com/j2se/">http://java.sun.com/j2se/
- Solaris 10 or later
- NVIDIA Frame Buffer
- OpenGL XX for Solaris/x86 or later. OpenGL for Solaris can be
@@ -88,7 +85,7 @@ following:
- Graphics adapter with driver that supports the GLX
extension: GLX
1.3 or later and OpenGL 1.2 or later
@@ -102,7 +99,7 @@ requires the following:
- Windows 2000 or Windows/XP
- Support for either OpenGL or DirectX as shown below.
@@ -134,9 +131,10 @@ for example:
Changes Since 1.3.2
New Features
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.
+Java 3D API. Please refer to the API
+documentation, or the JSR-926
+change log for more information.
- Programmable shader support
- Changed default values for all read capability bits
@@ -148,15 +146,19 @@ change</link> log for more information.
- Other minor features and API changes
-Miscellaneous
-
System Properties
The following system properties were added in Java 3D 1.4.0:
- j3d.xxxxx
– Description of xxxxx
+ j3d.shadingLanguage
– sets the shading language to
+use for programmable shaders. Supported values are: "GLSL" or "Cg". The
+default value is "GLSL".
+
+ j3d.simulatedMultiTexture
– 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.
+
Issues Fixed
--
cgit v1.2.3