From 5b3a1a917d0cc749243949cf4d7bb2ca65338e83 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Wed, 18 Jun 2008 20:37:29 +0000 Subject: Update version to 1.6 git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@910 ba19aa83-45c5-6ac9-afd3-db810772062c --- release-info/pre-release/README-download.html | 16 +- release-info/pre-release/README-unzip.html | 30 +-- release-info/pre-release/README.html | 332 +------------------------- release-info/pre-release/README.txt | 10 +- 4 files changed, 31 insertions(+), 357 deletions(-) (limited to 'release-info') diff --git a/release-info/pre-release/README-download.html b/release-info/pre-release/README-download.html index a12840b..d685a45 100644 --- a/release-info/pre-release/README-download.html +++ b/release-info/pre-release/README-download.html @@ -3,27 +3,27 @@ - 3D Graphics API for the Java Platform 1.5.2: Installation Instructions + 3D Graphics API for the Java Platform 1.6.0: Installation Instructions -

3D Graphics API for the Java Platform 1.5.2-beta2 Pre-Release

+

3D Graphics API for the Java Platform 1.6.0-beta1 Pre-Release

This software is licensed by Sun, as specified in the LICENSE-GPLv2.txt file. You must only use this software in accordance with the terms under which the code is licensed.

Instructions for installing the 3D Graphics API for the Java Platform

-

The 1.5.2-build1 version of the j3d package runs on JDK version +

The 1.6.0-beta1 version of the j3d package runs on JDK version 1.5.0 and higher. It has been released for the Windows, Linux, Solaris, and Mac OS X operating environments. See the -release +release notes for more information.

Preferred method

Developers who wish to develop an application using the j3d package -are encouraged to download the j3d-1_5_2-beta2-XXX-i586.zip file for +are encouraged to download the j3d-1_6_0-beta1-XXX.zip file for their platform, and manually install the necessary files into a directory on their local disk. To do this, unzip the downloaded file, and follow the instructions in the unzipped README.txt file. @@ -39,7 +39,7 @@ native libraries directly into the JRE.

Windows

To install the j3d package on Windows, download the binary installer and then execute it, by double-clicking on the -j3d-1_5_2-beta2-windows-i586.exe (or j3d-1_5_2-beta2-windows-amd64.exe) +j3d-1_6_0-beta1-windows-i586.exe (or j3d-1_6_0-beta1-windows-amd64.exe) icon.

@@ -50,7 +50,7 @@ execute it. For example, on a 32-bit Linux system:

After doing this, you will need to modify your CLASSPATH @@ -72,7 +72,7 @@ export LD_LIBRARY_PATH=/myhome/j3d/lib/i386

Mac OS X

No installer is available for the Mac OS X operating environment. -You will need to download the j3d-1_5_2-beta2-macosx.zip file, unzip it, +You will need to download the j3d-1_6_0-beta1-macosx.zip file, unzip it, and follow the instructions in the unzipped README.txt file.

diff --git a/release-info/pre-release/README-unzip.html b/release-info/pre-release/README-unzip.html index f2ab333..1603bd2 100644 --- a/release-info/pre-release/README-unzip.html +++ b/release-info/pre-release/README-unzip.html @@ -2,11 +2,11 @@ - 3D Graphics API for the Java Platform 1.5.2: Unzip + <title>3D Graphics API for the Java Platform 1.6.0: Unzip Instructions -

3D Graphics API for the Java Platform 1.5.2 Pre-Release

+

3D Graphics API for the Java Platform 1.6.0 Pre-Release

This software is licensed by Sun, as specified in the LICENSE-GPLv2.txt file. You @@ -14,8 +14,8 @@ must only use this software in accordance with the terms under which the code is licensed.

Instructions for Unzipping 3D Graphics API for the Java -Platform 1.5.2 Pre-Release

-

The 1.5.2-XXX pre-release version of 3D graphics API for the +Platform 1.6.0 Pre-Release +

The 1.6.0-XXX pre-release version of 3D graphics API for the Java platform runs on JDK version 1.5.0 and higher. It has been released for the Windows, Linux, @@ -31,17 +31,17 @@ conflicts with third-party applications launched via Java Web Start, and causes confusion later when upgrading the distribution.

Windows

-

The 1.5.2 pre-release version of 3D graphics API for the Java +

The 1.6.0 pre-release version of 3D graphics API for the Java platform for Windows/XP and Windows 2000 runs on JDK version 1.5.0 and higher. To manually install this build, do the following:

    -
  1. Download and unzip j3d-1_5_2-XXX.zip +
  2. Download and unzip j3d-1_6_0-XXX.zip (using Windows Explorer or an unzip tool such as WinZip) to a temporary download folder, for example, c:\Downloads. This will -create a j3d-1_5_2-XXX subfolder in +create a j3d-1_6_0-XXX subfolder in your download folder where the downloaded files can be found. The file you need for manual installation is j3d-jre.zip.
    @@ -81,16 +81,16 @@ libraries to their current project.

    Linux, Solaris

    -

    The 1.5.2 pre-release version of 3D graphics API for the Java +

    The 1.6.0 pre-release version of 3D graphics API for the Java platform for Linux or Solaris runs on JDK version 1.5.0 and higher. To manually install this build, do the following:

      -
    1. Download and unzip j3d-1_5_2-XXX.zip +
    2. Download and unzip j3d-1_6_0-XXX.zip into a temporary download directory, for example, /tmp. This will -create a j3d-1_5_2-XXX subdirectory +create a j3d-1_6_0-XXX subdirectory in /tmp where the downloaded files can be found. The file you need for manual installation is j3d-jre.zip.
      @@ -103,7 +103,7 @@ as follows:

        cd /myhome/j3d
        - unzip /tmp/j3d-1_5_2-*/j3d-jre.zip
        + unzip /tmp/j3d-1_6_0-*/j3d-jre.zip

    3. @@ -130,16 +130,16 @@ consult the IDE's documentation to see how to add jar files and native libraries to their current project.

      Mac OS X

      -

      The 1.5.2 pre-release version of 3D graphics API for the Java +

      The 1.6.0 pre-release version of 3D graphics API for the Java platform for Mac OS X runs on JDK version 1.5.0 and higher. To manually install this build, do the following:

        -
      1. Download and unzip j3d-1_5_2-XXX.zip +
      2. Download and unzip j3d-1_6_0-XXX.zip into a temporary download directory, for example, /tmp. This will -create a j3d-1_5_2-XXX subdirectory +create a j3d-1_6_0-XXX subdirectory in /tmp where the downloaded files can be found. The file you need for manual installation is j3d-jre.zip.
        @@ -152,7 +152,7 @@ as follows:

          cd /myhome/j3d
          - unzip /tmp/j3d-1_5_2-*/j3d-jre.zip
          + unzip /tmp/j3d-1_6_0-*/j3d-jre.zip

      3. diff --git a/release-info/pre-release/README.html b/release-info/pre-release/README.html index 43e6579..3a7752e 100644 --- a/release-info/pre-release/README.html +++ b/release-info/pre-release/README.html @@ -3,337 +3,11 @@ - Java 3D 1.5.2 Pre-Release Notes + Java 3D 1.6.0 Pre-Release Notes -

        Java 3DTM 1.5.2-beta2 +

        Java 3DTM 1.6.0-beta1 Release Notes

        -

        This file contains important release information for users of -the -Java 3DTM API, version -1.5.2-beta2. -

        - -

        NOTE: We recommend that you uninstall all previous versions of Java 3D before -installing this version. -

        -

        System Requirements

        -

        The 1.5.2-beta2 version of the Java 3D API has been released -for -Solaris (both sparc and x86/amd64), Linux (both x86 and amd64), Windows -(both x86 and amd64), and -Mac OS X (both PPC and x86). -

        -

        Solaris Sparc

        -

        -The 1.5.2-beta2 version of Java 3D for Solaris SPARC requires the -following: -

        -
          -
        • JDK 1.5.0 or later from Sun Microsystems: http://java.sun.com/j2se/
        • -
        • Solaris 9 or later
        • -
        • Frame Buffer with OpenGL 1.3 support or better (XVR-600, -XVR-1200, Expert3D, etc.). A frame buffer with OpenGL 1.2 support will -work, but with reduced texture mapping functionality.
        • -
        • OpenGL 1.3 for Solaris or later. To find your current version, -use: "pkginfo -l SUNWglrt". OpenGL for Solaris can be -obtained at: http://www.sun.com/software/graphics/opengl/
        • -
        -

        Solaris x86

        -

        -The 1.5.2-beta2 version of Java 3D for Solaris x86/amd64 requires -the -following: -

        -
          -
        • JDK 1.5.0 or later from Sun Microsystems: http://java.sun.com/j2se/
        • -
        • Solaris 10 or later
        • -
        • NVIDIA Frame Buffer with OpenGL 1.3 or later
        • -
        -

        Linux
        -

        -

        The 1.5.2-beta2 version of Java 3D for Linux (x86 or amd64) -requires -the -following:
        -

        -
          -
        • JDK 1.5.0 or later from Sun Microsystems: http://java.sun.com/j2se/
        • -
        • Graphics adapter with driver that supports the GLX -extension: GLX -1.3 or later and OpenGL 1.3 or later. A graphics adapter with OpenGL -1.2 support will work, but with reduced texture mapping functionality.
        • -
        -

        Windows
        -

        -

        The 1.5.2-beta2 version of Java 3D for Windows 2000, -Windows XP (x86 or amd64), or Windows Vista -requires the following:
        -

        -
          -
        • JDK 1.5.0 or later from Sun Microsystems: http://java.sun.com/j2se/
        • -
        • Windows 2000, Windows XP, or Windows Vista
        • -
        • Support for either OpenGL or DirectX as shown below.
          -
        • -
        -
          - OpenGL version
          -
            -The (default) OpenGL renderer of Java 3D requires OpenGL 1.3 or -later, -available from your graphics card manufacturer. -
          -
        -
          - DirectX version
          -
            -The (optional) DirectX renderer of Java 3D requires -DirectX 9.0 or -later, which is available from Microsoft at: http://www.microsoft.com/windows/directx/ -. The DirectX version of -Java 3D is selected by setting the "j3d.rend" system -property -to "d3d", -for example: -
              - java -Dj3d.rend=d3d ClassName -
            -
          -
          - NOTE: The DirectX version of Java 3D is used if a suitable version - of OpenGL cannot be found. Note also that DirectX is chosen by - default on Windows Vista systems with an ATI graphics card (due to - ATI driver bugs). -
        -

        Mac OS X

        -

        The 1.5.2-beta2 version of Java 3D for Mac OS X (PPC or x86) -requires the following:
        -

        - -

        Improvements in 1.5.2-beta2

        -

        Issues Fixed in 1.5.2-beta2

        -
        - - - - - - - - - - - - - - - - - - -
        Issue  Description
        543  J3DClock does not adjust to clock skew
        583  A disposed Graphics2D remains in Canvas3D after removal and addtion
        -

        Improvements in 1.5.2-beta1

        -

        Enhancements

        -
          -
        • Source code license changed to GPL v2 + CLASSPATH
        • -
        -

        Issues Fixed in 1.5.2-beta1
        -

        -
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Issue  Description
        179  OrbitBehavior.setRotationCenter gives spurious view shift
        483  NullPointerException when writing Font3D using scenegraph.io
        506  NullPointerException: Calling getNominalSensorRotation in WandViewBehavior when internal nominalSensorRotation is null causes a NullPointerException.
        513  Down-rev D3D driver can cause JVM to crash
        514  NPE in Wonderland : triggered in cached bounds computation
        519  IntersectionInfo.getGeometry return null for IndexedArrayGeometry
        525  JOALMixer only playing one sample
        532  Background geometry BG isn't saved with SceneGraphFileWriter
        534  ClassNotFoundException when running applet if Java 3D installed into JRE
        538  Machine precision bug in AxisAngle4d and Quat4d
        540  ArrayIndexOutOfBoundsException when calling setPickable
        541  Bound.closest_point() method creates unused Matrix3d
        544  GroupRetained.getBounds() should return BoundingBox?
        545  Update docs to discourage installing Java 3D into JRE
        548  RFE - Disable getLock() / unLock() on non-alive GeometryArray
        555  Muting a PointSound causes a ClassCastException
        560  Use D3DCREATE_FPU_PRESERVE flag on D3D pipeline
        561  Decrease memory footprint of BoundingBox
        562  Error occurs when Canvas3D removed from View
        563  Background cloneNode() fails with Background geometry
        567  Update license to GPL v2 + CLASSPATH
        569  ImageComponent.ALLOW_IMAGE_READ is false
        -
        -

        JOGL Rendering Pipeline

        -

        A JOGL rendering pipeline, as described -in issue -229, is now -available on all supported platforms, including Apple Mac OS X -(x86 or PPC). The easiest way to run Java 3D applications -using the JOGL -pipeline is via Java Webstart from your browser (with no setup -required). -Click here to run -a Java 3D example program from your browser via the -JOGL pipeline. These -examples will use JOGL on Mac OS X and the native OpenGL pipeline on -all -other platforms.
        -

        -

        The JOGL renderer is the default on Mac OS X. -You can select the JOGL renderer on other platforms by setting the "j3d.rend" -system -property -to "jogl", -for example: -

        -
          - java -Dj3d.rend=jogl ClassName -
        -

        You will need to download -JOGL -and include it in your PATH/CLASSPATH along with the Java 3D jar files.
        -

        -

        NOTE: Installing the j3d or jogl jars and native libs into the "ext" -directory of the JRE is strongly discouraged. Doing so can cause -conflicts with third-party applications launched via Java Web Start, -and causes confusion later when upgrading the distribution. -

        -

        More Information

        -

        For the latest information on Java 3D, see the main Java 3D project page -on -java.net.
        -

        -

        Click here -for a list of open issues.

        +

        THIS FILE IS A PLACEHOLDER FOR THE RELEASE NOTES FOR 1.6.0-beta1

        diff --git a/release-info/pre-release/README.txt b/release-info/pre-release/README.txt index 8b456ea..cd8ee59 100644 --- a/release-info/pre-release/README.txt +++ b/release-info/pre-release/README.txt @@ -1,4 +1,4 @@ -3D Graphics API for the Java Platform 1.5.2 Pre-Release +3D Graphics API for the Java Platform 1.6.0 Pre-Release ------------------------------------------------------- This software is licensed by Sun under terms of the GNU General @@ -6,7 +6,7 @@ Public License version 2 as specified in the LICENSE-GPLv2.txt file and on the web at http://openjdk.java.net/legal/gplv2+ce.html This binary pre-release of the 3D graphics API for the Java platform -1.5.2 is an intermediate build of the software. The code is untested +1.6.0 is an intermediate build of the software. The code is untested and presumed incompatible with the Java 3D(TM) API specification. You must only use this code in accordance with the terms under which the code is licensed. @@ -19,12 +19,12 @@ or at: http://java.sun.com/products/java-media/3D/ -Instructions for unzipping 3D graphics API for the Java platform 1.5.2 +Instructions for unzipping 3D graphics API for the Java platform 1.6.0 ---------------------------------------------------------------------- -After downloading and unzipping the j3d-1_5_2-XXX.zip file +After downloading and unzipping the j3d-1_6_0-XXX.zip file into a temporary directory, for example, "/tmp", you will see -the following files in the j3d-1_5_2-XXX directory: +the following files in the j3d-1_6_0-XXX directory: COPYRIGHT.txt Copyright notice LICENSE-GPLv2.txt Software License Agreement -- cgit v1.2.3