From 1cb3fdf7f232137fd185d89a21a1e0c175c11d88 Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Mon, 8 Apr 2013 22:45:06 -0700 Subject: j3dcore: remove the www folder, it doesn't have anything useful anymore Signed-off-by: Harvey Harrison --- www/build-instr.html | 53 -- www/index.html | 50 -- www/j3d1_3_2/HOW-TO-INSTALL.html | 32 - www/j3d1_3_2/RELEASE-NOTES.html | 388 -------- www/j3d1_4/api-changes.html | 14 - www/j3d1_4/graph-change-listener.html | 14 - www/j3d1_4/improvements.html | 14 - www/j3d1_4/lightweight-canvas3d.html | 15 - www/j3d1_4/multipass.html | 14 - www/j3d1_4/picking.html | 14 - www/j3d1_4/proposed-changes.html | 14 - www/j3d1_4/render-texture.html | 15 - www/j3d1_4/shaders.html | 14 - www/j3d1_4/stencil.html | 14 - www/j3d1_4/vsg-op.html | 15 - www/j3d1_4_0/HOW-TO-INSTALL-beta4.html | 55 -- www/j3d1_4_0/HOW-TO-INSTALL.html | 61 -- www/j3d1_4_0/RELEASE-NOTES-beta4.html | 493 ---------- www/j3d1_4_0/RELEASE-NOTES.html | 506 ----------- www/j3d1_4_0_01/HOW-TO-INSTALL.html | 61 -- www/j3d1_4_0_01/RELEASE-NOTES.html | 569 ------------ www/j3d1_5_0/RELEASE-NOTES-beta1.html | 587 ------------ www/j3d1_5_0/RELEASE-NOTES-beta2.html | 800 ----------------- www/j3d1_5_0/RELEASE-NOTES-pre.html | 473 ---------- www/j3d1_5_0/RELEASE-NOTES.html | 815 ----------------- www/j3d1_5_1/RELEASE-NOTES-beta1.html | 517 ----------- www/j3d1_5_1/RELEASE-NOTES-beta2.html | 559 ------------ www/j3d1_5_1/RELEASE-NOTES.html | 1543 -------------------------------- www/j3d1_5_2/RELEASE-NOTES-beta1.html | 325 ------- www/j3d1_5_2/RELEASE-NOTES-beta2.html | 348 ------- www/j3d1_5_2/RELEASE-NOTES.html | 344 ------- www/project_tools.html | 12 - 32 files changed, 8748 deletions(-) delete mode 100644 www/build-instr.html delete mode 100644 www/index.html delete mode 100644 www/j3d1_3_2/HOW-TO-INSTALL.html delete mode 100644 www/j3d1_3_2/RELEASE-NOTES.html delete mode 100644 www/j3d1_4/api-changes.html delete mode 100644 www/j3d1_4/graph-change-listener.html delete mode 100644 www/j3d1_4/improvements.html delete mode 100644 www/j3d1_4/lightweight-canvas3d.html delete mode 100644 www/j3d1_4/multipass.html delete mode 100644 www/j3d1_4/picking.html delete mode 100644 www/j3d1_4/proposed-changes.html delete mode 100644 www/j3d1_4/render-texture.html delete mode 100644 www/j3d1_4/shaders.html delete mode 100644 www/j3d1_4/stencil.html delete mode 100644 www/j3d1_4/vsg-op.html delete mode 100644 www/j3d1_4_0/HOW-TO-INSTALL-beta4.html delete mode 100644 www/j3d1_4_0/HOW-TO-INSTALL.html delete mode 100644 www/j3d1_4_0/RELEASE-NOTES-beta4.html delete mode 100644 www/j3d1_4_0/RELEASE-NOTES.html delete mode 100644 www/j3d1_4_0_01/HOW-TO-INSTALL.html delete mode 100644 www/j3d1_4_0_01/RELEASE-NOTES.html delete mode 100644 www/j3d1_5_0/RELEASE-NOTES-beta1.html delete mode 100644 www/j3d1_5_0/RELEASE-NOTES-beta2.html delete mode 100644 www/j3d1_5_0/RELEASE-NOTES-pre.html delete mode 100644 www/j3d1_5_0/RELEASE-NOTES.html delete mode 100644 www/j3d1_5_1/RELEASE-NOTES-beta1.html delete mode 100644 www/j3d1_5_1/RELEASE-NOTES-beta2.html delete mode 100644 www/j3d1_5_1/RELEASE-NOTES.html delete mode 100644 www/j3d1_5_2/RELEASE-NOTES-beta1.html delete mode 100644 www/j3d1_5_2/RELEASE-NOTES-beta2.html delete mode 100644 www/j3d1_5_2/RELEASE-NOTES.html delete mode 100644 www/project_tools.html diff --git a/www/build-instr.html b/www/build-instr.html deleted file mode 100644 index c3c085d..0000000 --- a/www/build-instr.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - CVS download and build instructions - - - -

CVS download and build instructions for j3d-core -

-

To -build the j3d-core -packages, you must checkout the following three -CVS -repositories:
-

- -

These three top-level directories must be named exactly as -shown above and they must be sibling directories. To ensure this, run -the cvs checkout command for each of the respositories from the same -parent -directory. For example:
-

- -

After you have downloaded the three CVS repositories, read the -README-FIRST.txt file, then read and follow the -instructions in the README-build.html -files in all three CVS repositories.
-

-

Go to the "CVS client setup" -page for instructions on how to access the j3d-core source code from -CVS. -Click on the "Version Control - CVS" -link to browse the j3d-core source code. Automated CVS change -messages are sent to the cvs 'at' -j3d-core.dev.java.net -list list. Click here to -subscribe to this list.
-

-


-

- - diff --git a/www/index.html b/www/index.html deleted file mode 100644 index 38e1afa..0000000 --- a/www/index.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - Core classes for javax.media.j3d - - -

This project contains the source code -for the javax.media.j3d package.

-

Related projects include: vecmath -(the 3D vector math package), j3d-core-utils (the -3D core utilities), and j3d-examples (the -3D -example programs). The vecmath and j3d-core-utils projects are required -to build j3d-core. Developers should refer to the CVS download -and build -instructions for information on downloading the source code and -building j3d-core.
-

-

For all other project -information, including contributing to the 3D projects and reporting -issues, -please go to the parent java3d -project.

-

NOTE: The issue Tracker in this j3d-core subproject cannot be used -to file or track issues. Please use the Issue Tracker -in the parent java3d -project -to track issues (bugs, feature requests, etc.) for -j3d-core and other 3D sub-projects.
-

-

License

-

The source code for the javax.media.j3d package is licensed -under the GNU -Public License, version 2, with the Classpath Exception. This is the same -license that is used for the OpenJDK project. -

-

NOTE: This project contains third-party source code that is -provided under separate licensing terms. These terms are are found in the -THIRDPARTY-LICENSE-*.txt files in the top level-directory of this project. -See README-FIRST.txt for more information.

-


-

- - diff --git a/www/j3d1_3_2/HOW-TO-INSTALL.html b/www/j3d1_3_2/HOW-TO-INSTALL.html deleted file mode 100644 index eda7ad0..0000000 --- a/www/j3d1_3_2/HOW-TO-INSTALL.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - Java 3D 1.3.2 Installation Instructions - - -

Instructions for Installing -Java 3DTM 1.3.2

-

The 1.3.2 version of the Java 3DTM -API runs on JDK version 1.4.2 and higher. It has been released for -the Solaris/Sparc, Linux (both x86 and amd64), and Windows operating -environments. To install this build, go to the "jre" -directory within the jdk and unzip (or unjar) the zip file. For -example, -if your JDK is installed in /usr/java/j2sdk1.5.0, you -would -install this as follows: -

- -

You may need to be "root" to do this on Solaris or Linux. -

-

See the release notes for -information about Java 3D 1.3.2 release. -

- - diff --git a/www/j3d1_3_2/RELEASE-NOTES.html b/www/j3d1_3_2/RELEASE-NOTES.html deleted file mode 100644 index 16cc7a3..0000000 --- a/www/j3d1_3_2/RELEASE-NOTES.html +++ /dev/null @@ -1,388 +0,0 @@ - - - - - - Java 3D 1.3.2 Release Notes - - -

Java 3DTM 1.3.2 Release Notes

-

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

- -

Click here for instructions on -how -to install the developer's release of -Java 3D -version 1.3.2.

-

NOTE: It is recommended that any -previous version of Java 3D be -uninstalled before installing this version. -

-

System Requirements

-

The 1.3.2 version of the Java 3D API has been released for -Solaris/Sparc, Linux (both x86 and amd64), and Windows. -

-

Solaris/Sparc

-

-The 1.3.2 version of Java 3D for Solaris/SPARC requires the -following: -

- -

Linux
-

-

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

- -

Windows
-

-

The 1.3.2 version of Java 3D for Windows 2000, and Windows/XP -requires the following:
-

- - - -

Changes Since 1.3.1

-

Miscellaneous

- -

Java 3D Sound

-

-Java 3D sound is rendered via the use of a concrete implementation -of -the abstract AudioEngine3DL2 class. In version 1.3.1 we provided two -such implementations that could be used to render 3D sounds: -JavaSoundMixer and HeadspaceMixer. The 1.3.2 release no longer -includes the HeadspaceMixer implementation. Only JavaSoundMixer is -available, and it is disabled by default for users of the -Viewer.createAudioDevice() method (see the j3d.audiodevice property -below). -

-

System Properties

- -

Issues Fixed
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
3lg3d: gets unsatisified link error on various ATI cards
4Speed of OffScreen Canvas3D
5Frequent native exception: Canvas3D.destroyContext
10Canvas Redraw Issue
11Seemingly inconsistent delays in updating attributes
12Frame counter isn't always incremented correctly
13J3DTimer fails on Windows XP with P4 3GHz
14Random NullPException in uninitialized SoundSheduler
15Model Clip planes not correctly set when view changes
16Issue with Runtime instantiation of Canvas3D
18Geometry missing in OnScreenCanvas when OffScreenCanvas is -resized
19Resizing off-screen Canvas3D hangs on Solaris
20Off-screen rendering doesn't work on Linux
21Exception in WakeupOnElapsedFrames behavior stops renderer -from running when it should
23Enhancement to Reduce Memory Bloat in IndexedGeometryArray
26Texture3D not displaying when size over 512X512
27Shapes mistakenly culled when they are visible
28Combine Mode & Missing Texture in OffScreen snapshot on -Win/XP
33Texture updates fail w/ Multitextured BY_REF Geoms
36Vector3d hashCode() method distinguishes between -0.0 and 0.0
38ConfiguredUniverse throws an exception when using Java Web -Start
65WakeupOnAWTEvent does not support MouseWheelEvent
66NullPointerException in renderOffScreenBuffer
71OGL: OffScreen canvas ignore GraphicsConfigTemplate under -windows
72Exception in setOffScreenBuffer when Canvas3D not in View
73Quat4f#interpolate: incorrect when q1*q2<0
74Texture/color math difference (D3D vs OGL)
76OffScreen rendering should use Pbuffer on Windows / OpenGL
77Scene antialiasing is disabled on Windows / OpenGL
80libj3dcore-ogl.so fails to load on Linux systems without -certain GL extensions
81SimpleUniverse.cleanup() doesn't dispose of all threads
83Deadlock when removing Canvas3D and universe
86ModelClip affects Java2D graphics in mixed-mode rendering...
88Ambient Lighting corrupted by Mixed-Mode rendering...
91add new key/s to Canvas3D.queryProperties() for graphics card -info
94glCallList error
95NullPointerException reading PathInterpolator behavior with -SceneGraphFileReader
96ViewSpecificGroup documentation needs clarification
98Random Lockup when adding a Canvas3D to JTabbedPane
99New - Cannot build native bits in j3d-core with Sun Studio 10
100Offscreen Capture crash JVM
101Memory leak in com.sun.j3d.utils.geometry.Primitive
102memory leak:: Canvas3D holds a reference to parent container
103Memory leak:: View deactivate not full enabled
104Java3D based application fail to start on ATI 8.10 driver
105Build for IA64 (Itanium) 64-bit Linux
111Java 3D doesn't recognize OpenGL 2.0
112Calling Virtual Universe seems to hang
-

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.

- - diff --git a/www/j3d1_4/api-changes.html b/www/j3d1_4/api-changes.html deleted file mode 100644 index 4cdc828..0000000 --- a/www/j3d1_4/api-changes.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Obsolete Page - - -

Obsolete Page

-

This page is obsolete. Click here -to go the Java 3D Roadmap page of the Java 3D Wiki.

- - diff --git a/www/j3d1_4/graph-change-listener.html b/www/j3d1_4/graph-change-listener.html deleted file mode 100644 index 4cdc828..0000000 --- a/www/j3d1_4/graph-change-listener.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Obsolete Page - - -

Obsolete Page

-

This page is obsolete. Click here -to go the Java 3D Roadmap page of the Java 3D Wiki.

- - diff --git a/www/j3d1_4/improvements.html b/www/j3d1_4/improvements.html deleted file mode 100644 index 4cdc828..0000000 --- a/www/j3d1_4/improvements.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Obsolete Page - - -

Obsolete Page

-

This page is obsolete. Click here -to go the Java 3D Roadmap page of the Java 3D Wiki.

- - diff --git a/www/j3d1_4/lightweight-canvas3d.html b/www/j3d1_4/lightweight-canvas3d.html deleted file mode 100644 index 54d0945..0000000 --- a/www/j3d1_4/lightweight-canvas3d.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Obsolete Page - - -

Obsolete Page

-

This page is obsolete. Click here -to go the Java 3D Wiki page discussing JCanvas3D.
-

- - diff --git a/www/j3d1_4/multipass.html b/www/j3d1_4/multipass.html deleted file mode 100644 index 4cdc828..0000000 --- a/www/j3d1_4/multipass.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Obsolete Page - - -

Obsolete Page

-

This page is obsolete. Click here -to go the Java 3D Roadmap page of the Java 3D Wiki.

- - diff --git a/www/j3d1_4/picking.html b/www/j3d1_4/picking.html deleted file mode 100644 index 4cdc828..0000000 --- a/www/j3d1_4/picking.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Obsolete Page - - -

Obsolete Page

-

This page is obsolete. Click here -to go the Java 3D Roadmap page of the Java 3D Wiki.

- - diff --git a/www/j3d1_4/proposed-changes.html b/www/j3d1_4/proposed-changes.html deleted file mode 100644 index 4cdc828..0000000 --- a/www/j3d1_4/proposed-changes.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Obsolete Page - - -

Obsolete Page

-

This page is obsolete. Click here -to go the Java 3D Roadmap page of the Java 3D Wiki.

- - diff --git a/www/j3d1_4/render-texture.html b/www/j3d1_4/render-texture.html deleted file mode 100644 index b94723a..0000000 --- a/www/j3d1_4/render-texture.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Obsolete Page - - -

Obsolete Page

-

This page is obsolete. Click here -to go the Java 3D Wiki page discussing Render-to-Texture.
-

- - diff --git a/www/j3d1_4/shaders.html b/www/j3d1_4/shaders.html deleted file mode 100644 index 4cdc828..0000000 --- a/www/j3d1_4/shaders.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Obsolete Page - - -

Obsolete Page

-

This page is obsolete. Click here -to go the Java 3D Roadmap page of the Java 3D Wiki.

- - diff --git a/www/j3d1_4/stencil.html b/www/j3d1_4/stencil.html deleted file mode 100644 index 4cdc828..0000000 --- a/www/j3d1_4/stencil.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Obsolete Page - - -

Obsolete Page

-

This page is obsolete. Click here -to go the Java 3D Roadmap page of the Java 3D Wiki.

- - diff --git a/www/j3d1_4/vsg-op.html b/www/j3d1_4/vsg-op.html deleted file mode 100644 index 5047d16..0000000 --- a/www/j3d1_4/vsg-op.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Obsolete Page - - -

Obsolete Page

-

This page is obsolete. Click here -to go the Java 3D Wiki page discussing ViewSpecificGroupOp.
-

- - diff --git a/www/j3d1_4_0/HOW-TO-INSTALL-beta4.html b/www/j3d1_4_0/HOW-TO-INSTALL-beta4.html deleted file mode 100644 index c5d14fc..0000000 --- a/www/j3d1_4_0/HOW-TO-INSTALL-beta4.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - Java 3D 1.4.0 Installation Instructions - - -

Instructions for Installing -Java 3DTM 1.4.0-beta4

-

The 1.4.0-beta4 version of the Java 3DTM -API runs on JDK version 1.4.2 and higher. It has been released for -the Solaris, Linux, and Windows operating -environments. See the release notes -for more information
-

-

Linux

-

This interrim build of Java 3D runs on JDK version 1.4.2 and -higher. -To install this build, chdir to the "jre" directory within the jdk -and execute the self-extracting binary that you downloaded. For -example, if you are running on a Linux/x86 platform and your JDK is -installed -in /usr/java/jdk1.5.0_06, you would install Java 3D as follows: -

- -

You may need to be "root" to do this on Linux.
-

-

Solaris

-

This interrim build of Java 3D runs on JDK version 1.4.2 and -higher. -To install this build, chdir to the "jre" directory within the jdk -and execute the self-extracting binary that you downloaded. For -example, if you are running on a Solaris/sparc platform and your JDK is -installed -in /usr/java/jdk1.5.0_06, you would install Java 3D as follows: -

- -

You may need to be "root" to do this on Solaris.
-

-

Windows

-This interrim build of Java 3D runs on JDK version 1.4.2 and -higher. To install -this build, execute the binary installer that you downloaded, by -double-clicking on the java3d-1_4_0-beta4-windows-i586.exe icon.
-
- - diff --git a/www/j3d1_4_0/HOW-TO-INSTALL.html b/www/j3d1_4_0/HOW-TO-INSTALL.html deleted file mode 100644 index 48e63e8..0000000 --- a/www/j3d1_4_0/HOW-TO-INSTALL.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - Java 3D 1.4.0 Installation Instructions - - -

Instructions for Installing Java 3DTM -1.4.0

-

The 1.4.0 version of the Java 3DTM -API runs on JDK version 1.4.2 and higher. It has been released for -the Solaris, Linux, and Windows operating -environments. See the release notes -for more information.
-

-

Linux

-

This release of Java 3D runs on JDK version 1.4.2 and -higher. -To install this build, chdir to the "jre" directory within the jdk -and execute the self-extracting binary that you downloaded. For -example, if you are running on a Linux/x86 platform and your JDK is -installed -in /usr/java/jdk1.5.0_06, you would install Java 3D as follows: -

- -

You may need to be "root" to do this on Linux.
-

-

Solaris

-

This release of Java 3D runs on JDK version 1.4.2 and -higher (JDK 1.5.0 or higher for Solaris/x86). -To install this build, chdir to the "jre" directory within the jdk -and execute the self-extracting binary that you downloaded. For -example, if you are running on a Solaris/x86 platform (including amd64) -and your JDK is -installed -in /usr/java/jdk1.5.0_06, you would install Java 3D as follows: -

- -

You may need to be "root" to do this on Solaris.
-

-

Windows

-

This release of Java 3D runs on JDK version 1.4.2 and -higher. To install -this build, execute the binary installer that you downloaded, by -double-clicking on the java3d-1_4_0-windows-i586.exe icon.
-

-

Alternatively, you can download the java3d-1_4_0-windows-i586.zip -file and manually install -the -necessary files into your JRE. In this case, unzip the file, and follow -the instructions in the unzipped README.txt file.

- - diff --git a/www/j3d1_4_0/RELEASE-NOTES-beta4.html b/www/j3d1_4_0/RELEASE-NOTES-beta4.html deleted file mode 100644 index c0a3368..0000000 --- a/www/j3d1_4_0/RELEASE-NOTES-beta4.html +++ /dev/null @@ -1,493 +0,0 @@ - - - - - - Java 3D 1.4.0 Release Notes - - -

Java 3DTM 1.4.0-beta4 -Pre-Release Notes

-

NOTE: These release notes -are incomplete.
-

-

This file contains important pre-release information for users of -the -Java 3DTM API, version -1.4.0-beta4. -

- -

Click here for instructions -on -how -to install this pre-release of -Java 3D -version 1.4.0-beta4.

-

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

-

System Requirements

-

The 1.4.0-beta4 version of the Java 3D API has been released -for -Solaris (both sparc and x86), Linux (both x86 and amd64), and Windows. -

-

Solaris/Sparc

-

-The 1.4.0-beta4 version of Java 3D for Solaris/SPARC requires the -following: -

- -

Solaris/x86

-

-The 1.4.0-beta4 version of Java 3D for Solaris/x86 requires the -following: -

- -

Linux
-

-

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

- -

Windows
-

-

The 1.4.0-beta4 version of Java 3D for Windows 2000, and -Windows/XP -requires the following:
-

- - - -

Changes Since 1.3.2

-

New Features

- -

Miscellaneous

- -

System Properties

- -

Issues Fixed
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue
-
 
-
Description
-
17
-

-
DirectX GraphicsConfiguration Issue
67
-
Transparency mode update didn't -get reflected correctly
78
-

-
Rendering stops if there's an exception in the EventDispatch
100
-
Offscreen Capture crash JVM
109
-
Frame Delays in Mixed Mode -Rendering
116
-
Handling of picking on -OrientatedShape3D needs clarification
117
-
Texture subimage is not -optimized for large subimages
124
-
Improve picking performance / -reduce garbage generation
127
-
Geometry Picking fails when -Shapes use Color4
129
-
NPE when removing an opaque -object that used to be transparent
132
-
BufferedImage getData slow, -causing poor Yup perf with updateSubImage
133
-
NullPointerException, PickCanvas -with GEOMETRY_INTERSECT_INFO and BoundingPolytope
134
-
Canvas3D memory leak
135
-
Java3D 1.3.2+ using DirectX 9.0
137
-
Add new depthTestFunction -attribute
138
-
Add method to retrieve -tessellated geometry from 3D font
139
-
add other rasterOp modes.
140
-
Object Leak in PickResult
 141
-
DirectX 9.0c for Java3D 1.4, -including shaders
144
-
ExponentialFog blending factor -depends on canvas size
145
-
Add stencil buffer support
146
-
Additional blending functions in -TransparencyAttributes
163
-
Regression in view frustum -culling
164
-
Cannot load j3dcore-ogl-cg.dll -library in JRE bin directory
167
-
Transform3D reports matrix with -NaN to be affine
169
-
TextureLoader should throw an -exception instead of printing cryptic message to System.err
170
-
TextureLoader should throw -exception when loading image
175
-
OffScreenRendering: Issue with -Updating Texture Size from Behavior
-
181
-
Performance regression: -j3d.optimizeForSpace=false ignored for some geometry
182
-
ShaderProgram not implemented -for immediate mode rendering
183
-
NPE if -CLOSEST_INTERSECTION_POINT is only flag
184
-
Illegal return value if flag -NODE is omitted
185
-
"Missing" essential methods in -IntersectionInfo
186
-
Using new Pick API with -PickSegment often returns null
187
-
NPE for new PickFast PickInfo -when getting geometries
195
-
Finish CgShader vertex -attributes native methods
196
-
Finish CgShader shader -attributes native methods
199
-
New Picking system only return 1 -result per geometry
201
-
D3D : -UnsatisfiedLinkError encountered with closing windows
202
-
Need to upgrade to latest -glext.h header file
203
-
System.currentTimeMillis is too -inaccurate on Windows for fine-grained timing
207
-
Viewer.java throws exception -with leading \n
208
-
Sound nodes cannot be placed -below Switch groups
212
-
PureImmediate test fails to -rotate
217
-
Compile j3d with -"-g:lines,source" to provide line numbers on stack traces
223
-
JVM crashes when execute -IndexedGeometryArray object with Texture coordinates
-

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.

- - diff --git a/www/j3d1_4_0/RELEASE-NOTES.html b/www/j3d1_4_0/RELEASE-NOTES.html deleted file mode 100644 index 682a16f..0000000 --- a/www/j3d1_4_0/RELEASE-NOTES.html +++ /dev/null @@ -1,506 +0,0 @@ - - - - - - Java 3D 1.4.0 Release Notes - - -

Java 3DTM 1.4.0 Release Notes

-

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

- -

Click here for instructions -on -how -to install this release of -Java 3D -version 1.4.0.

-

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

-

System Requirements

-

The 1.4.0 version of the Java 3D API has been released -for -Solaris (both sparc and x86), Linux (both x86 and amd64), and Windows -(32-bit). -

-

Solaris/Sparc

-

-The 1.4.0 version of Java 3D for Solaris/SPARC requires the -following: -

- -

Solaris/x86

-

-The 1.4.0 version of Java 3D for Solaris/x86 requires the -following: -

- -

Linux
-

-

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

- -

Windows
-

-

The 1.4.0 version of Java 3D for Windows 2000, and -Windows/XP (32-bit) -requires the following:
-

- - - -

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 API -documentation, or the JSR-926 -change log for more information.

- -

System Properties

-

The following system properties were added in Java 3D 1.4.0:
-

- -

Issues Fixed
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue
-
 
-
Description
-
17
-

-
DirectX GraphicsConfiguration Issue
67
-
Transparency mode update didn't -get reflected correctly
78
-

-
Rendering stops if there's an exception in the EventDispatch
100
-
Offscreen Capture crash JVM
109
-
Frame Delays in Mixed Mode -Rendering
116
-
Handling of picking on -OrientatedShape3D needs clarification
117
-
Texture subimage is not -optimized for large subimages
124
-
Improve picking performance / -reduce garbage generation
127
-
Geometry Picking fails when -Shapes use Color4
129
-
NPE when removing an opaque -object that used to be transparent
132
-
BufferedImage getData slow, -causing poor Yup perf with updateSubImage
133
-
NullPointerException, PickCanvas -with GEOMETRY_INTERSECT_INFO and BoundingPolytope
134
-
Canvas3D memory leak
135
-
Java3D 1.3.2+ using DirectX 9.0
137
-
Add new depthTestFunction -attribute
138
-
Add method to retrieve -tessellated geometry from 3D font
139
-
add other rasterOp modes.
140
-
Object Leak in PickResult
 141
-
DirectX 9.0c for Java3D 1.4, -including shaders
144
-
ExponentialFog blending factor -depends on canvas size
145
-
Add stencil buffer support
146
-
Additional blending functions in -TransparencyAttributes
163
-
Regression in view frustum -culling
164
-
Cannot load j3dcore-ogl-cg.dll -library in JRE bin directory
167
-
Transform3D reports matrix with -NaN to be affine
169
-
TextureLoader should throw an -exception instead of printing cryptic message to System.err
170
-
TextureLoader should throw -exception when loading image
175
-
OffScreenRendering: Issue with -Updating Texture Size from Behavior
-
181
-
Performance regression: -j3d.optimizeForSpace=false ignored for some geometry
182
-
ShaderProgram not implemented -for immediate mode rendering
183
-
NPE if -CLOSEST_INTERSECTION_POINT is only flag
184
-
Illegal return value if flag -NODE is omitted
185
-
"Missing" essential methods in -IntersectionInfo
186
-
Using new Pick API with -PickSegment often returns null
187
-
NPE for new PickFast PickInfo -when getting geometries
195
-
Finish CgShader vertex -attributes native methods
196
-
Finish CgShader shader -attributes native methods
199
-
New Picking system only return 1 -result per geometry
201
-
D3D : -UnsatisfiedLinkError encountered with closing windows
202
-
Need to upgrade to latest -glext.h header file
203
-
System.currentTimeMillis is too -inaccurate on Windows for fine-grained timing
207
-
Viewer.java throws exception -with leading \n
208
-
Sound nodes cannot be placed -below Switch groups
212
-
PureImmediate test fails to -rotate
217
-
Compile j3d with -"-g:lines,source" to provide line numbers on stack traces
223
-
JVM crashes when execute -IndexedGeometryArray object with Texture coordinates
-

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.

- - diff --git a/www/j3d1_4_0_01/HOW-TO-INSTALL.html b/www/j3d1_4_0_01/HOW-TO-INSTALL.html deleted file mode 100644 index b580721..0000000 --- a/www/j3d1_4_0_01/HOW-TO-INSTALL.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - Java 3D 1.4.0_01 Installation Instructions - - -

Instructions for Installing Java 3DTM -1.4.0_01

-

The 1.4.0_01 version of the Java 3DTM -API runs on JDK version 1.4.2 and higher. It has been released for -the Solaris, Linux, and Windows operating -environments. See the release notes -for more information.
-

-

Linux

-

This release of Java 3D runs on JDK version 1.4.2 and -higher. -To install this build, chdir to the "jre" directory within the jdk -and execute the self-extracting binary that you downloaded. For -example, if you are running on a Linux/x86 platform and your JDK is -installed -in /usr/java/jdk1.5.0_06, you would install Java 3D as follows: -

- -

You may need to be "root" to do this on Linux.
-

-

Solaris

-

This release of Java 3D runs on JDK version 1.4.2 and -higher (JDK 1.5.0 or higher for Solaris/x86). -To install this build, chdir to the "jre" directory within the jdk -and execute the self-extracting binary that you downloaded. For -example, if you are running on a Solaris/x86 platform (including amd64) -and your JDK is -installed -in /usr/java/jdk1.5.0_06, you would install Java 3D as follows: -

- -

You may need to be "root" to do this on Solaris.
-

-

Windows

-

This release of Java 3D runs on JDK version 1.4.2 and -higher. To install -this build, execute the binary installer that you downloaded, by -double-clicking on the java3d-1_4_0_01-windows-i586.exe icon.
-

-

Alternatively, you can download the java3d-1_4_0_01-windows-i586.zip -file and manually install -the -necessary files into your JRE. In this case, unzip the file, and follow -the instructions in the unzipped README.txt file.

- - diff --git a/www/j3d1_4_0_01/RELEASE-NOTES.html b/www/j3d1_4_0_01/RELEASE-NOTES.html deleted file mode 100644 index 5a48d8e..0000000 --- a/www/j3d1_4_0_01/RELEASE-NOTES.html +++ /dev/null @@ -1,569 +0,0 @@ - - - - - - Java 3D 1.4.0_01 Release Notes - - -

Java 3DTM 1.4.0_01 Release -Notes

-

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

- -

Click here for instructions -on -how -to install this patch release of -Java 3D -version 1.4.0_01.

-

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

-

System Requirements

-

The 1.4.0_01 version of the Java 3D API has been released -for -Solaris (both sparc and x86), Linux (both x86 and amd64), and Windows -(32-bit). -

-

Solaris/Sparc

-

-The 1.4.0_01 version of Java 3D for Solaris/SPARC requires the -following: -

- -

Solaris/x86

-

-The 1.4.0_01 version of Java 3D for Solaris/x86 requires the -following: -

- -

Linux
-

-

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

- -

Windows
-

-

The 1.4.0_01 version of Java 3D for Windows 2000, and -Windows/XP (32-bit) -requires the following:
-

- - - -

Bugs Fixed in 1.4.0_01 Patch

-

The following bugs (issues) have been fixed in the 1.4.0_01 patch -release.

- - - - - - - - - - - - - - - - - - - - - - - -
Issue
-
 
-
Description
-
160
-

-
AlternateAppearance behaves -differently in J3D 1.3.2 comparing to J3D 1.3.1
-
244
-

-
ClassCastException in Group.setChild
249
-
NullPointerException in -MasterControlThread when adding a Light
-
-

NOTE: the fix for issue 249 (as well as 160) was to disable the -"sole user" optimization, which was originally done to optimize the -updating of -frequently changing appearance attributes in cases where there was only -one Shape3D using a particular Appearance. This optimization came at -the expense of rendering performance in some cases, and was also the -source of several -bugs. Now that this optimization is disabled, rendering -performance and stability should improve for most applications, but -some -applications may notice a slow-down in update performance. For this -reason, we have added a new system property to re-enable the sole-user -optimization.
-

- -

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 API -documentation, or the JSR-926 -change log for more information.

- -

System Properties

-

The following system properties were added in Java 3D 1.4.0:
-

- -

Issues Fixed
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue
-
 
-
Description
-
17
-

-
DirectX GraphicsConfiguration Issue
67
-
Transparency mode update didn't -get reflected correctly
78
-

-
Rendering stops if there's an exception in the EventDispatch
100
-
Offscreen Capture crash JVM
109
-
Frame Delays in Mixed Mode -Rendering
116
-
Handling of picking on -OrientatedShape3D needs clarification
117
-
Texture subimage is not -optimized for large subimages
124
-
Improve picking performance / -reduce garbage generation
127
-
Geometry Picking fails when -Shapes use Color4
129
-
NPE when removing an opaque -object that used to be transparent
132
-
BufferedImage getData slow, -causing poor Yup perf with updateSubImage
133
-
NullPointerException, PickCanvas -with GEOMETRY_INTERSECT_INFO and BoundingPolytope
134
-
Canvas3D memory leak
135
-
Java3D 1.3.2+ using DirectX 9.0
137
-
Add new depthTestFunction -attribute
138
-
Add method to retrieve -tessellated geometry from 3D font
139
-
add other rasterOp modes.
140
-
Object Leak in PickResult
 141
-
DirectX 9.0c for Java3D 1.4, -including shaders
144
-
ExponentialFog blending factor -depends on canvas size
145
-
Add stencil buffer support
146
-
Additional blending functions in -TransparencyAttributes
163
-
Regression in view frustum -culling
164
-
Cannot load j3dcore-ogl-cg.dll -library in JRE bin directory
167
-
Transform3D reports matrix with -NaN to be affine
169
-
TextureLoader should throw an -exception instead of printing cryptic message to System.err
170
-
TextureLoader should throw -exception when loading image
175
-
OffScreenRendering: Issue with -Updating Texture Size from Behavior
-
181
-
Performance regression: -j3d.optimizeForSpace=false ignored for some geometry
182
-
ShaderProgram not implemented -for immediate mode rendering
183
-
NPE if -CLOSEST_INTERSECTION_POINT is only flag
184
-
Illegal return value if flag -NODE is omitted
185
-
"Missing" essential methods in -IntersectionInfo
186
-
Using new Pick API with -PickSegment often returns null
187
-
NPE for new PickFast PickInfo -when getting geometries
195
-
Finish CgShader vertex -attributes native methods
196
-
Finish CgShader shader -attributes native methods
199
-
New Picking system only return 1 -result per geometry
201
-
D3D : -UnsatisfiedLinkError encountered with closing windows
202
-
Need to upgrade to latest -glext.h header file
203
-
System.currentTimeMillis is too -inaccurate on Windows for fine-grained timing
207
-
Viewer.java throws exception -with leading \n
208
-
Sound nodes cannot be placed -below Switch groups
212
-
PureImmediate test fails to -rotate
217
-
Compile j3d with -"-g:lines,source" to provide line numbers on stack traces
223
-
JVM crashes when execute -IndexedGeometryArray object with Texture coordinates
-

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.

- - diff --git a/www/j3d1_5_0/RELEASE-NOTES-beta1.html b/www/j3d1_5_0/RELEASE-NOTES-beta1.html deleted file mode 100644 index 45d1d94..0000000 --- a/www/j3d1_5_0/RELEASE-NOTES-beta1.html +++ /dev/null @@ -1,587 +0,0 @@ - - - - - - Java 3D 1.5.0 Pre-Release Notes - - -

Java 3DTM 1.5.0-beta1 -Pre-Release Notes

-

This file contains important pre-release information for users of -the -Java 3DTM API, version -1.5.0-beta1. -

- -

Click -here for instructions -on -how -to install this patch release of -Java 3D -version 1.4.0_01.

-

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

-

System Requirements

-

The 1.5.0-beta1 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.0-beta1 version of Java 3D for Solaris SPARC requires the -following: -

- -

Solaris x86

-

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

- -

Linux
-

-

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

- -

Windows
-

-

The 1.5.0-beta1 version of Java 3D for Windows 2000, and -Windows/XP (x86 or amd64) -requires the following:
-

- - - -

Mac OS X

-

The 1.5.0-beta1 version of Java 3D for Mac OSX (PPC or x86) -requires the following:
-

- -

Improvements in 1.5.0-beta1

-

New Features / Enhancements

- -

Issues Fixed

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue  Description
40  Transparency color not correct -on UCIO geometry and OffScreen canvas
75  Memory leak in SetLiveState when -branchGroup remove
85  Optimize the downloading of ARGB -textures
92  ImageComponent2D.setSubImage() -uses incorrect image sizes
93  ImageComponent2D.setSubImage() -does not correctly update the display
113  NPE in updateAlphaInVertexData -on multiple screens
121  Stop using finalize() to clean -up state
123  Reduce or eliminate use of -memory free lists
147  Need Windows/amd64 port of Java -3D
152  NPE in updateNodeComponent
160  AlternateAppearance behaves -defferently in J3D 1.3.2 comparing to J3D 1.3.1
172  Texture.setImage fails to check -ImageComponent sizes when not live
180  Frame-dependent Large Texture -Updates leads to OOM Exception
194  Provide NIOBuffer texture -components
198  Need more shader example programs
209  PolygonAttributes.isCompiled() -returns false after the scenegraph's BranchGroup is compiled.
216  J3DTimer should use -clock_gettime on Linux
219  Add support for Non Power of Two -textures
220  Matrix3d.set(AxisAngle4d) sets -incorrectly if axis vector not normalized
221  UnsatisfiedLinkError if shading -language set to Cg on d3d
224  NPE While Toggling Visibility
225  BY_REF Support for -CoordinateIndices To Reduce Memory Bloat
229  Need to implement JOGL renderer
235  Null Pointer in AttributeBin
240  Canvas3D.queryProperties reports -stencil available even when it is not
241  Texture3D by Reference Fails
244  ClassCastException in -Group.setChild
245  Problem with -ALLOW_RENDERING_ATTRIBUTES_WRITE in Appearance
246  Move compressed geometry code -from core to utils
247  SHADER_ATTRIBUTE_TYPE_ERROR is -fired when ShaderAttributeArray is used (OpenGL and GLSL shaders used)
248  Wrong spec. on the setFlags() -method of com.sun.j3d.utils.pickfast.PickTool
249  NullpointerException in -MasterControlThread when adding a Light
251  Typo, in spec. PickTool.PickAny -and PickTool.PickClosest return is wrong
253  Transform3D's incorrectly -identified as Affine
260  Obsolete graphics library -version kills renderer thread, cannot be detected by app
264  Behaviors that throw an Error -cause the BehaviorScheduler to die
266  Canvas3D should throw NPE by -default for null graphicsConfig
268  Replace native -getNumberOfProcessor() with pure Java equiv?
269  GLSL on nVidia cards: Confict of -a builtin vertex attribute (named gl_Normal) and a bound generic vertex -attribute
275  sleep for -setMinimumFrameCycleTime should not hold lock
279  Intermittent hang in -MasterControl while running lg3d
283  Add Eclipse plugin defs to -manifest
288  Objects in RenderBin free lists -keep reference to user data
308  WakeupOnElapsedTime occasionally -doesn't wake up on elapsed time
311  Broken build for linux on ppc.
313  Geometry Stress Test results in -OOM Error
318  Cannot build on Itanium Linux
320  Shader Appearance update is -asynchronous to transform update
321  bug in -vecmath.Matrix3d.set(AxisAngle a1)
323  Deprecate optional detail -texture functionality
325  This Tuple4d is epsilonEquals to -all others: (NaN, NaN, NaN, NaN)
326  PrintCanvas3D on JOGL pipeline -crashes on Linux and Solaris
327  javadoc for VIew class doesn't -list correct clip policy defaults
328  JOGL pipeline : Geometry fails -to render in Cosmic Birdie
331  Add .cvsignore file to root of -vecmath.
338  Bug in glPushAttrib usage in -NativePipeline
339  Java crashes when using GLSL -shaders
340  Resource leak in -setOffScreenBuffer, NPE in JOGL pipeline
342  Raster.setDstOffset() set the -destination pixel offset in opposite direction
347  OffScreen Canvas3D always -reloads textures, display lists
348  Programmable shaders do not work -for OffScreen Canvas3D
-
-

JOGL Rendering Pipeline

-

A JOGL rendering pipeline, as described -in issue -229, is now -available on all supported platforms, including Apple Mac -OSX (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 and go -to the "Early access -test program" section at bottom of the -page to run a Java 3D example program from your browser via the -JOGL pipeline. These -examples will use JOGL on Mac OSX and the native OpenGL pipeline on all -other platforms.
-

-

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

- -

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

-

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.

- - diff --git a/www/j3d1_5_0/RELEASE-NOTES-beta2.html b/www/j3d1_5_0/RELEASE-NOTES-beta2.html deleted file mode 100644 index 6cd81ee..0000000 --- a/www/j3d1_5_0/RELEASE-NOTES-beta2.html +++ /dev/null @@ -1,800 +0,0 @@ - - - - - - Java 3D 1.5.0 Pre-Release Notes - - -

Java 3DTM 1.5.0-beta2 -Pre-Release Notes

-

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

- -

Click -here for instructions -on -how -to install this patch release of -Java 3D -version 1.4.0_01.

-

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

-

System Requirements

-

The 1.5.0-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.0-beta2 version of Java 3D for Solaris SPARC requires the -following: -

- -

Solaris x86

-

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

- -

Linux
-

-

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

- -

Windows
-

-

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

- - - -

Mac OS X

-

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

- -

Improvements in 1.5.0

-

New Features / Enhancements

- -

Issues Fixed in 1.5.0-beta2
-

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue  Description
84  Rendering pauses after Canvas3D -disposal until AWT event
-
238  Exception in thread -"J3D-MasterControl-1" when setting TextureUnitState to 0-length array
-
252  Offscreen Canvas3D/Screen3D -error reporting (pbuffer allocation)
-
295  Texture3D throws -ArrayIndexOutOfBoundsException when scaleImage
-
312  Exception while detaching -ModelClip from ViewSpecificGroup
-
324  Lockup Java3D program and throw -exception using JOGL renderer
-
336  Unable to redraw when resizing -using JOGL pipeline
-
341  Initializing audio device using -Webstart throws ClassNotFoundException
-
344  Too much time to load image as -Texture
-
349  OffScreen Canvas3D needlessly -forces power-of-two for its buffer
-
351  Need a new mechanism to free D3D -surface
-
352  VC compiler generates warning on -Windows AMD64 build
-
353  GeometryArray Memory Leak
-
355  IndexedXXXStripArray throws NPE -with ByRef Indices
-
356  Exception in RenderBin when -removing a Shape3D with no geometry
-
358  Document that OGL 1.2 is -supported, but at reduced functionality
-
360  SceneGraphStreamWriter.writeBranchGraph -throws exception
-
366  Raster appears without image on -systems without NPOT support
-
367  Clip throws NPE in case of -region = null in a live scene
-
368  Background texture doesn't work -on system with no NPOT support
-
370  Deadlock when calling -Raster.setimage from user thread
-
371  Poor raster quality for systems -that don't support NPOT textures
-
372  ImageComponent.set(BufferedImage) -ignored when used by Raster
-
373  ImageComponent.set(BufferedImage) -ignored when used by Background
-
374  Exception when calling -Background.setImage on live scene graph
-
379  Needs NPOT support documented in -Texture, Texture3D and TextureCubeMap
-
380  NPE when uncheck Show Color -Texture in Dot3 demo
-
-
-

Issues Fixed in 1.5.0-beta1
-

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue  Description
40  Transparency color not correct -on UCIO geometry and OffScreen canvas
75  Memory leak in SetLiveState when -branchGroup remove
85  Optimize the downloading of ARGB -textures
92  ImageComponent2D.setSubImage() -uses incorrect image sizes
93  ImageComponent2D.setSubImage() -does not correctly update the display
113  NPE in updateAlphaInVertexData -on multiple screens
121  Stop using finalize() to clean -up state
123  Reduce or eliminate use of -memory free lists
147  Need Windows/amd64 port of Java -3D
152  NPE in updateNodeComponent
160  AlternateAppearance behaves -defferently in J3D 1.3.2 comparing to J3D 1.3.1
172  Texture.setImage fails to check -ImageComponent sizes when not live
180  Frame-dependent Large Texture -Updates leads to OOM Exception
194  Provide NIOBuffer texture -components
198  Need more shader example programs
209  PolygonAttributes.isCompiled() -returns false after the scenegraph's BranchGroup is compiled.
216  J3DTimer should use -clock_gettime on Linux
219  Add support for Non Power of Two -textures
220  Matrix3d.set(AxisAngle4d) sets -incorrectly if axis vector not normalized
221  UnsatisfiedLinkError if shading -language set to Cg on d3d
224  NPE While Toggling Visibility
225  BY_REF Support for -CoordinateIndices To Reduce Memory Bloat
229  Need to implement JOGL renderer
235  Null Pointer in AttributeBin
240  Canvas3D.queryProperties reports -stencil available even when it is not
241  Texture3D by Reference Fails
244  ClassCastException in -Group.setChild
245  Problem with -ALLOW_RENDERING_ATTRIBUTES_WRITE in Appearance
246  Move compressed geometry code -from core to utils
247  SHADER_ATTRIBUTE_TYPE_ERROR is -fired when ShaderAttributeArray is used (OpenGL and GLSL shaders used)
248  Wrong spec. on the setFlags() -method of com.sun.j3d.utils.pickfast.PickTool
249  NullpointerException in -MasterControlThread when adding a Light
251  Typo, in spec. PickTool.PickAny -and PickTool.PickClosest return is wrong
253  Transform3D's incorrectly -identified as Affine
260  Obsolete graphics library -version kills renderer thread, cannot be detected by app
264  Behaviors that throw an Error -cause the BehaviorScheduler to die
266  Canvas3D should throw NPE by -default for null graphicsConfig
268  Replace native -getNumberOfProcessor() with pure Java equiv?
269  GLSL on nVidia cards: Confict of -a builtin vertex attribute (named gl_Normal) and a bound generic vertex -attribute
275  sleep for -setMinimumFrameCycleTime should not hold lock
279  Intermittent hang in -MasterControl while running lg3d
283  Add Eclipse plugin defs to -manifest
288  Objects in RenderBin free lists -keep reference to user data
308  WakeupOnElapsedTime occasionally -doesn't wake up on elapsed time
311  Broken build for linux on ppc.
313  Geometry Stress Test results in -OOM Error
318  Cannot build on Itanium Linux
320  Shader Appearance update is -asynchronous to transform update
321  bug in -vecmath.Matrix3d.set(AxisAngle a1)
323  Deprecate optional detail -texture functionality
325  This Tuple4d is epsilonEquals to -all others: (NaN, NaN, NaN, NaN)
326  PrintCanvas3D on JOGL pipeline -crashes on Linux and Solaris
327  javadoc for VIew class doesn't -list correct clip policy defaults
328  JOGL pipeline : Geometry fails -to render in Cosmic Birdie
331  Add .cvsignore file to root of -vecmath.
338  Bug in glPushAttrib usage in -NativePipeline
339  Java crashes when using GLSL -shaders
340  Resource leak in -setOffScreenBuffer, NPE in JOGL pipeline
342  Raster.setDstOffset() set the -destination pixel offset in opposite direction
-
-

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 and go -to the "Early access -test program" section at bottom of the -page 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: -

- -

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

-

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.

- - diff --git a/www/j3d1_5_0/RELEASE-NOTES-pre.html b/www/j3d1_5_0/RELEASE-NOTES-pre.html deleted file mode 100644 index 8ed5668..0000000 --- a/www/j3d1_5_0/RELEASE-NOTES-pre.html +++ /dev/null @@ -1,473 +0,0 @@ - - - - - - Java 3D 1.5.0 Pre-Release Notes - - -

Java 3DTM 1.5.0-build4 -Pre-Release Notes

-

NOTE: These release notes -are incomplete.
-

-

This file contains important pre-release information for users of -the -Java 3DTM API, version -1.5.0-build4. -

- -

System Requirements

-

The 1.5.0-build4 version of the Java 3D API has been released -for -Solaris (both sparc and x86), Linux (both x86 and amd64), and Windows. -

-

Solaris/Sparc

-

-The 1.5.0-build4 version of Java 3D for Solaris/SPARC requires the -following: -

- -

Solaris/x86

-

-The 1.5.0-build4 version of Java 3D for Solaris/x86 requires the -following: -

- -

Linux
-

-

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

- -

Windows
-

-

The 1.5.0-build4 version of Java 3D for Windows 2000, and -Windows/XP -requires the following:
-

- - - -

JOGL Rendering Pipeline

-

A preliminary version of the JOGL rendering pipeline, as described -in issue -229, is now -available on all supported platforms. It will also run on Apple Mac -OSX (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 and go -to the "Early access -test program" section at bottom of the -page to run a Java 3D example program from your browser via the -JOGL pipeline. These -examples will use JOGL on Mac OSX and the native OpenGL pipeline on all -other platforms.
-

-

For those who download and install Java 3D locally, -there isn't a specific Mac build yet. To run Java 3D on the Mac, -just -grab the binary for any other platform (e.g., Windows) and run it. It -won't try to use the DLLs. The JOGL renderer is the default on Mac OSX. -You can select the JOGL renderer on other platforms by setting the "j3d.rend" -system -property -to "jogl", -for example: -

- -

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

-

Most Java 3D features are implemented in the JOGL pipeline, but -the -following are known to be missing:
-

- -

There may be others missing, as well. Any missing function will -print -out a message of the form:
-

- -

UPDATE : 2-Jul-2006

-

The JOGL rendering pipeline should now be feature complete, but not -all code paths have been tested. If you encounter problems, or, more -specifically, see any differences in rendering results between the -native OpenGL pipeline and the JOGL pipeline, please either post on the -Java 3D -forum or -file -a bug.
-

-

Run a daily -build as of 2006-07-02 or later to use the feature complete version -of the JOGL Pipeline. This will be available in 1.5.0-build5.
-

-

Improvements in 1.5.0-build4

-

New Features / Enhancements

- -

Issues Fixed

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue
-
 
-
Description
-
241
-

-
Texture3D by Reference Fails
-
311
-

-
Broken build for linux on ppc.
-
320
-

-
Shader Appearance update is -asynchronous to transform update
-
321
-

-
bug in -vecmath.Matrix3d.set(AxisAngle a1)
-
-
-

Improvements in 1.5.0-build3

-

New Features / Enhancements

- -

Issues Fixed

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue
-
 
-
Description
-
123
-

-
Reduce or eliminate use of -memory free lists
-
268
-

-
Replace native -getNumberOfProcessor() with pure Java equiv
-
269
-

-
GLSL on nVidia cards: Conflict -of -a builtin vertex attribute
-
275
-

-
sleep for -setMinimumFrameCycleTime should not hold lock
-
279
-

-
Intermittent hang in -MasterControl while running lg3d
-
288
-

-
Objects in RenderBin free lists -keep reference to user data
-
308
-

-
WakeupOnElapsedTime occasionally -doesn't wake up on elapsed time
-
-
-

Improvements in 1.5.0-build2

-

New Features / Enhancements

- -

Issues Fixed

-
- - - - - - - - - - - - - - - - - - -
Issue
-
 
-
Description
-
264
-
Behaviors that throw an Error -cause the BehaviorScheduler to die
266
-
Canvas3D should throw NPE by -default for null graphicsConfig
-
-

Improvements in 1.5.0-build1

-

New Features / Enhancements

- -

Issues Fixed

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue
-
 
-
Description
-
160
-
AlternateAppearance behaves -defferently in J3D 1.3.2 comparing to J3D 1.3.1
-
172
-
Texture.setImage fails to check -ImageComponent sizes when not live
216
-
J3DTimer should use -clock_gettime on Linux
221
-
UnsatisfiedLinkError if shading -language set to Cg on d3d
244
-
ClassCastException in -Group.setChild
247
-
SHADER_ATTRIBUTE_TYPE_ERROR is -fired when ShaderAttributeArray is used (GLSL shaders)
248
-
Wrong spec. on the setFlags() -method of com.sun.j3d.utils.pickfast.PickTool
249
-
NullpointerException in -MasterControlThread when adding a Light
-
251
-
Typo in spec: PickTool.PickAny -and PickTool.PickClosest return is wrong
-
-
-

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.

- - diff --git a/www/j3d1_5_0/RELEASE-NOTES.html b/www/j3d1_5_0/RELEASE-NOTES.html deleted file mode 100644 index 0c73df6..0000000 --- a/www/j3d1_5_0/RELEASE-NOTES.html +++ /dev/null @@ -1,815 +0,0 @@ - - - - - - Java 3D 1.5.0 Release Notes - - -

Java 3DTM 1.5.0 -Release Notes

-

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

- -

Click -here for instructions -on -how -to install this release of -Java 3D -version 1.5.0.

-

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

-

System Requirements

-

The 1.5.0 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.0 version of Java 3D for Solaris SPARC requires the -following: -

- -

Solaris x86

-

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

- -

Linux
-

-

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

- -

Windows
-

-

The 1.5.0 version of Java 3D for Windows 2000, and -Windows/XP (x86 or amd64) -requires the following:
-

- - - -

Mac OS X

-

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

- -

Improvements in 1.5.0

-

New Features / Enhancements

- -

Issues Fixed in 1.5.0
-

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue  Description
40  Transparency color not correct -on UCIO geometry and OffScreen canvas
75  Memory leak in SetLiveState when -branchGroup remove
84  Rendering pauses after Canvas3D -disposal until AWT event
85  Optimize the downloading of ARGB -textures
92  ImageComponent2D.setSubImage() -uses incorrect image sizes
93  ImageComponent2D.setSubImage() -does not correctly update the display
113  NPE in updateAlphaInVertexData -on multiple screens
121  Stop using finalize() to clean -up state
123  Reduce or eliminate use of -memory free lists
131  Lightweight Canvas3D
147  Need Windows/amd64 port of Java -3D
152  NPE in updateNodeComponent
160  AlternateAppearance behaves -defferently in J3D 1.3.2 comparing to J3D 1.3.1
162  Textures are randomly incorrect -in multi-screen mode with LG3D
172  Texture.setImage fails to check -ImageComponent sizes when not live
180  Frame-dependent Large Texture -Updates leads to OOM Exception
194  Provide NIOBuffer texture -components
198  Need more shader example programs
209  PolygonAttributes.isCompiled() -returns false after the scenegraph's BranchGroup is compiled.
216  J3DTimer should use -clock_gettime on Linux
219  Add support for Non Power of Two -textures
220  Matrix3d.set(AxisAngle4d) sets -incorrectly if axis vector not normalized
221  UnsatisfiedLinkError if shading -language set to Cg on d3d
224  NPE While Toggling Visibility
225  BY_REF Support for -CoordinateIndices To Reduce Memory Bloat
227  Serialization problem with -vecmath
229  Need to implement JOGL renderer
235  Null Pointer in AttributeBin
238  Exception in thread -J3D-MasterControl-1 when setting TextureUnitState to 0-length array
240  Canvas3D.queryProperties reports -stencil available even when it is not
241  Texture3D by Reference Fails
244  ClassCastException in -Group.setChild
245  Problem with -ALLOW_RENDERING_ATTRIBUTES_WRITE in Appearance
246  Move compressed geometry code -from core to utils
247  SHADER_ATTRIBUTE_TYPE_ERROR is -fired when ShaderAttributeArray is used (OpenGL and GLSL shaders used)
248  Wrong spec. on the setFlags() -method of com.sun.j3d.utils.pickfast.PickTool
249  NullpointerException in -MasterControlThread when adding a Light
251  Typo, in spec. PickTool.PickAny -and PickTool.PickClosest return is wrong
252  Offscreen Canvas3D/Screen3D -error reporting (pbuffer allocation)
253  Transform3D's incorrectly -identified as Affine
260  Obsolete graphics library -version kills renderer thread, cannot be detected by app
264  Behaviors that throw an Error -cause the BehaviorScheduler to die
266  Canvas3D should throw NPE by -default for null graphicsConfig
267  TextureLoader should autodetect -alpha and colours
268  Replace native -getNumberOfProcessor() with pure Java equiv?
269  GLSL on nVidia cards: Confict of -a builtin vertex attribute (named gl_Normal) and a bound generic vertex -attribute
275  sleep for -setMinimumFrameCycleTime should not hold lock
279  Intermittent hang in -MasterControl while running lg3d
283  Add Eclipse plugin defs to -manifest
288  Objects in RenderBin free lists -keep reference to user data
295  Texture3D throws -ArrayIndexOutOfBoundsException when scaleImage
308  WakeupOnElapsedTime occasionally -doesn't wake up on elapsed time
311  Broken build for linux on ppc.
312  Exception while detaching -ModelClip from ViewSpecificGroup
313  Geometry Stress Test results in -OOM Error
318  Cannot build on Itanium Linux
320  Shader Appearance update is -asynchronous to transform update
321  bug in -vecmath.Matrix3d.set(AxisAngle a1)
323  Deprecate optional detail -texture functionality
324  Lockup Java3D program and throw -exception using JOGL renderer
325  This Tuple4d is epsilonEquals to -all others: (NaN, NaN, NaN, NaN)
326  PrintCanvas3D on JOGL pipeline -crashes on Linux and Solaris
327  javadoc for VIew class doesn't -list correct clip policy defaults
328  JOGL pipeline : Geometry fails -to render in Cosmic Birdie
331  Add .cvsignore file to root of -vecmath.
336  Unable to redraw when resizing -using JOGL pipeline
338  Bug in glPushAttrib usage in -NativePipeline
339  Java crashes when using GLSL -shaders
340  Resource leak in -setOffScreenBuffer, NPE in JOGL pipeline
341  Initializing audio device using -Webstart throws ClassNotFoundException
342  Raster.setDstOffset() set the -destination pixel offset in opposite direction
344  Too much time to load image as -Texture
349  OffScreen Canvas3D needlessly -forces power-of-two for its buffer
351  Need a new mechanism to free D3D -surface
352  VC compiler generates warning on -Windows AMD64 build
353  GeometryArray Memory Leak
355  IndexedXXXStripArray throws NPE -with ByRef Indices
356  Exception in RenderBin when -removing a Shape3D with no geometry
358  Document that OGL 1.2 is -supported, but at reduced functionality
360  SceneGraphStreamWriter.writeBranchGraph -throws exception
366  Raster appears without image on -systems without NPOT support
367  Clip throws NPE in case of -region = null in a live scene
368  Background texture doesn't work -on system with no NPOT support
370  Deadlock when calling -Raster.setimage from user thread
371  Poor raster quality for systems -that don't support NPOT textures
372  ImageComponent.set(BufferedImage) -ignored when used by Raster
373  ImageComponent.set(BufferedImage) -ignored when used by Background
374  Exception when calling -Background.setImage on live scene graph
379  Needs NPOT support documented in -Texture, Texture3D and TextureCubeMap
380  NPE when uncheck Show Color -Texture in Dot3 demo
383  JCanvas3D's offscreen Canvas3D -is inverted.
392  Texture loading regression for -optimized RGB PNG files
393  TextureLoader regression on -BufferedImage.TYPE_BYTE_INDEXED
395  JCanvas3D / JOGL: Program freezes
400  Lighting differs with various -renderers
403  AssertionError while changing -(offscreen) Texture size
-
-

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: -

- -

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

-

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.

- - diff --git a/www/j3d1_5_1/RELEASE-NOTES-beta1.html b/www/j3d1_5_1/RELEASE-NOTES-beta1.html deleted file mode 100644 index afadbc2..0000000 --- a/www/j3d1_5_1/RELEASE-NOTES-beta1.html +++ /dev/null @@ -1,517 +0,0 @@ - - - - - - Java 3D 1.5.1 Pre-Release Notes - - -

Java 3DTM 1.5.1-beta1 -Release Notes

-

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

- -

Click -here for instructions -on -how -to install this release of -Java 3D -version 1.5.1-beta1.

-

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

-

System Requirements

-

The 1.5.1-beta1 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.1-beta1 version of Java 3D for Solaris SPARC requires the -following: -

- -

Solaris x86

-

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

- -

Linux
-

-

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

- -

Windows
-

-

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

- - - -

Mac OS X

-

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

- -

Improvements in 1.5.1-beta1

-

Enhancements

- -

Issues Fixed in 1.5.1-beta1
-

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue  Description
126  Use OpenGL automatic mipmap generation
157  Would like a JOALMixer implementation of AudioEngine3DL2
197  Consider supporting pack200 for Java Web Start / JNLP
226  D3D : fail on stress test for the creation and destruction of Canvases
239  Stencil buffer should be cleared at the start of each frame
274  NPE With Simultaneous View and Content Side PickingBehaviors
293  Need better logging for j3d error, warning, assertion messages.
314  Issue with Stenciled Transparent Objects
347  OffScreen Canvas3D always reloads textures, display lists
348  Programmable shaders do not work for OffScreen Canvas3D
357  Memory leak when using textures with multiple views
362  dynamic assignment if Canvas3D to View makes content disappear
364  Canvas3D.setOffScreenBuffer(null) sometimes hangs
378  Shaders are not rendered when Canvas3D is created and destroyed
381  ByRef, yDown, 4BYTE_ABGR throws ArrayIndexOOB Exception
396  Off-screen Canvas3D / D3D: Resizing crashes VM
402  Off-screen Canvas3D throws Exception on BufferedImage of TYPE_4BYTE_ABGR and TYPE_INT_ARGB
408  Poor quality of auto-generated mipmaps
411  Add Primitive flag to reverse Y for tex coords
412  Exception when updating Y_UP BY_REFERENCE image
414  D3D: NPOT textures not properly disabled on card that lacks support
415  Need ability to disable NPOT textures for raster/background
416  JOGL: ClassCastException in Renderer with NioImageBuffer
417  JOGL: Mip-mapped NPOT textures rendered incorrectly
424  JOALMixer requires the default Viewer's setUserHeadToVworldEnable setting to true
425  NullPointerException in automatic mipmap generation
427  Method with constructor name: ObjectFileMaterial
431  disabled PointSound starts playing when scheduling bounds are entered
433  JCanvas3D crashed when using jogl pipe
434  OutOfMemory after creating millions of RenderAtomListInfo objects
437  SceneGraphStreamWriter NPE
435  Memory leak when reusing an Appearance with a single Texture
438  ConfiguredUniverse & SimpleUniverse constructor missing
441  ArrayIndexOutOfBoundsException in IndexedTriangleArrayRetained Intersect
444  Transform updates overly expensive
446  JCanvas3D and focus
447  Enhance Element Traversal To Improve Pick Hits
449  SceneGraphIO can not support ImageComponent2DURL
452  Java 3D should fall back to D3D if OpenGL not available
453  SceneGraphIO does not support SceneGraphObjects name field
455  Need to disable NPOT textures for older cards that claim to support it.
456  NPOT background ( maybe raster) fail to work if HW doesn't support NPOT texture
457  ClassCastException in MasterControl when updating Texture3D
458  Canvas3D stops rendering on window close
461  ClassCastException thrown when using filters with NioImageBuffer
466  NPE when updating lights with multiple views
467  Add Java3D source jar file as a separate or part of the distribution
468  SceneGraphStreamReader/Writer do not close the stream
470  Need informative error message for mismatched NioImageBuffer
471  Performance degradation with shader attribute object setValue()
474  Update javadoc for TextureLoader for ImageException
478  Memory leak in TransparencySortController
479  JOGL: Screen door transparency renders incorrectly on JoglPipeline
480  getBounds should cache results
481  JOALSample: cannot load if only URLString is given in MediaContainer
485  ClassCastException when switching shaders in PhongShadingGLSL example
486  Java 3D hangs on some Windows Vista systems
-
-

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: -

- -

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

-

NOTE: You must install both Java 3D and JOGL into the JRE, -or else you must install neither Java 3D nor JOGL into the -JRE. If you install Java 3D into the JRE and put JOGL on your -CLASSPATH, the JoglPipeline will fail to find the JOGL classes.

-

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.

- - diff --git a/www/j3d1_5_1/RELEASE-NOTES-beta2.html b/www/j3d1_5_1/RELEASE-NOTES-beta2.html deleted file mode 100644 index 62a1217..0000000 --- a/www/j3d1_5_1/RELEASE-NOTES-beta2.html +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - Java 3D 1.5.1 Pre-Release Notes - - -

Java 3DTM 1.5.1-beta2 -Release Notes

-

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

- -

Click -here for instructions -on -how -to install this release of -Java 3D -version 1.5.1-beta2.

-

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

-

System Requirements

-

The 1.5.1-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.1-beta2 version of Java 3D for Solaris SPARC requires the -following: -

- -

Solaris x86

-

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

- -

Linux
-

-

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

- -

Windows
-

-

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

- - - -

Mac OS X

-

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

- -

Improvements in 1.5.1-beta2

-

Enhancements

- -

Issues Fixed in 1.5.1-beta2

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue  Description
257  Java3D Applet Launcher support
488  ImageComponent3D bug with by-reference images
489  AutoOffScreenCanvas3D: postSwap() is called twice
490  JOALSample fails to load second sample
491  Refactor platform-specific classes to use non-overlapping class names
492  ImageComponent2D.setSubImage throws IllegalArgumentException
-
-

Issues Fixed in 1.5.1-beta1

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue  Description
126  Use OpenGL automatic mipmap generation
157  Would like a JOALMixer implementation of AudioEngine3DL2
197  Consider supporting pack200 for Java Web Start / JNLP
226  D3D : fail on stress test for the creation and destruction of Canvases
239  Stencil buffer should be cleared at the start of each frame
274  NPE With Simultaneous View and Content Side PickingBehaviors
293  Need better logging for j3d error, warning, assertion messages.
314  Issue with Stenciled Transparent Objects
347  OffScreen Canvas3D always reloads textures, display lists
348  Programmable shaders do not work for OffScreen Canvas3D
357  Memory leak when using textures with multiple views
362  dynamic assignment if Canvas3D to View makes content disappear
364  Canvas3D.setOffScreenBuffer(null) sometimes hangs
378  Shaders are not rendered when Canvas3D is created and destroyed
381  ByRef, yDown, 4BYTE_ABGR throws ArrayIndexOOB Exception
396  Off-screen Canvas3D / D3D: Resizing crashes VM
402  Off-screen Canvas3D throws Exception on BufferedImage of TYPE_4BYTE_ABGR and TYPE_INT_ARGB
408  Poor quality of auto-generated mipmaps
411  Add Primitive flag to reverse Y for tex coords
412  Exception when updating Y_UP BY_REFERENCE image
414  D3D: NPOT textures not properly disabled on card that lacks support
415  Need ability to disable NPOT textures for raster/background
416  JOGL: ClassCastException in Renderer with NioImageBuffer
417  JOGL: Mip-mapped NPOT textures rendered incorrectly
424  JOALMixer requires the default Viewer's setUserHeadToVworldEnable setting to true
425  NullPointerException in automatic mipmap generation
427  Method with constructor name: ObjectFileMaterial
431  disabled PointSound starts playing when scheduling bounds are entered
433  JCanvas3D crashed when using jogl pipe
434  OutOfMemory after creating millions of RenderAtomListInfo objects
437  SceneGraphStreamWriter NPE
435  Memory leak when reusing an Appearance with a single Texture
438  ConfiguredUniverse & SimpleUniverse constructor missing
441  ArrayIndexOutOfBoundsException in IndexedTriangleArrayRetained Intersect
444  Transform updates overly expensive
446  JCanvas3D and focus
447  Enhance Element Traversal To Improve Pick Hits
449  SceneGraphIO can not support ImageComponent2DURL
452  Java 3D should fall back to D3D if OpenGL not available
453  SceneGraphIO does not support SceneGraphObjects name field
455  Need to disable NPOT textures for older cards that claim to support it.
456  NPOT background ( maybe raster) fail to work if HW doesn't support NPOT texture
457  ClassCastException in MasterControl when updating Texture3D
458  Canvas3D stops rendering on window close
461  ClassCastException thrown when using filters with NioImageBuffer
466  NPE when updating lights with multiple views
467  Add Java3D source jar file as a separate or part of the distribution
468  SceneGraphStreamReader/Writer do not close the stream
470  Need informative error message for mismatched NioImageBuffer
471  Performance degradation with shader attribute object setValue()
474  Update javadoc for TextureLoader for ImageException
478  Memory leak in TransparencySortController
479  JOGL: Screen door transparency renders incorrectly on JoglPipeline
480  getBounds should cache results
481  JOALSample: cannot load if only URLString is given in MediaContainer
485  ClassCastException when switching shaders in PhongShadingGLSL example
486  Java 3D hangs on some Windows Vista systems
-
-

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: -

- -

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

-

NOTE: You must install both Java 3D and JOGL into the JRE, -or else you must install neither Java 3D nor JOGL into the -JRE. If you install Java 3D into the JRE and put JOGL on your -CLASSPATH, the JoglPipeline will fail to find the JOGL classes.

-

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.

- - diff --git a/www/j3d1_5_1/RELEASE-NOTES.html b/www/j3d1_5_1/RELEASE-NOTES.html deleted file mode 100644 index 20caece..0000000 --- a/www/j3d1_5_1/RELEASE-NOTES.html +++ /dev/null @@ -1,1543 +0,0 @@ - - - - - - - - - - - Java 3D 1.5.1 Release Notes - - - - - - -

Java 3DTM -1.5.1 -Release Notes

- - -

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

- - - - - -

Click -here for instructions -on -how -to install this release of -Java 3D -version 1.5.1.

- - -

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

- - -

System -Requirements

- - -

The 1.5.1 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.1 version of Java 3D for Solaris SPARC requires -the -following: -

- - - - - -

Solaris x86

- - -

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

- - - - - -

Linux
- - -

- - -

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

- - - - - -

Windows
- - -

- - -

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

- - - - - - - - - - - -

Mac OS X

- - -

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

- - - - - -

Improvements -in 1.5.1

- - -

Enhancements

- - - - - -

Issues Fixed in 1.5.1

- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Issue  Description
126  Use OpenGL -automatic mipmap generation
157  Would like a -JOALMixer implementation of AudioEngine3DL2
197  Consider supporting -pack200 for Java Web Start / JNLP
226  D3D : fail on -stress test for the creation and destruction of Canvases
239  Stencil buffer -should be cleared at the start of each frame
257  Java3D Applet -Launcher support
274  NPE With -Simultaneous View and Content Side PickingBehaviors
293  Need better logging -for j3d error, warning, assertion messages.
314  Issue with -Stenciled Transparent Objects
347  OffScreen Canvas3D -always reloads textures, display lists
348  Programmable -shaders do not work for OffScreen Canvas3D
357  Memory leak when -using textures with multiple views
362  dynamic assignment -if Canvas3D to View makes content disappear
364  Canvas3D.setOffScreenBuffer(null) -sometimes hangs
378  Shaders are not -rendered when Canvas3D is created and destroyed
381  ByRef, yDown, -4BYTE_ABGR throws ArrayIndexOOB Exception
396  Off-screen Canvas3D -/ D3D: Resizing crashes VM
402  Off-screen Canvas3D -throws Exception on BufferedImage of TYPE_4BYTE_ABGR and TYPE_INT_ARGB
408  Poor quality of -auto-generated mipmaps
411  Add Primitive flag -to reverse Y for tex coords
412  Exception when -updating Y_UP BY_REFERENCE image
414  D3D: NPOT textures -not properly disabled on card that lacks support
415  Need ability to -disable NPOT textures for raster/background
416  JOGL: -ClassCastException in Renderer with NioImageBuffer
417  JOGL: Mip-mapped -NPOT textures rendered incorrectly
424  JOALMixer requires -the default Viewer's setUserHeadToVworldEnable setting to true
425  NullPointerException -in automatic mipmap generation
427  Method with -constructor name: ObjectFileMaterial
430  Deliver JOALMixer -for JNLP and download bundle
- - -
431  disabled PointSound -starts playing when scheduling bounds are entered
433  JCanvas3D crashed -when using jogl pipe
434  OutOfMemory after -creating millions of RenderAtomListInfo objects
437  SceneGraphStreamWriter -NPE
435  Memory leak when -reusing an Appearance with a single Texture
438  ConfiguredUniverse -& SimpleUniverse constructor missing
441  ArrayIndexOutOfBoundsException -in IndexedTriangleArrayRetained Intersect
444  Transform updates -overly expensive
446  JCanvas3D and focus
447  Enhance Element -Traversal To Improve Pick Hits
449  SceneGraphIO can -not support ImageComponent2DURL
452  Java 3D should fall -back to D3D if OpenGL not available
453  SceneGraphIO does -not support SceneGraphObjects name field
455  Need to disable -NPOT textures for older cards that claim to support it.
456  NPOT background ( -maybe raster) fail to work if HW doesn't support NPOT texture
457  ClassCastException -in MasterControl when updating Texture3D
458  Canvas3D stops -rendering on window close
461  ClassCastException -thrown when using filters with NioImageBuffer
466  NPE when updating -lights with multiple views
467  Add Java3D source -jar file as a separate or part of the distribution
468  SceneGraphStreamReader/Writer -do not close the stream
470  Need informative -error message for mismatched NioImageBuffer
471  Performance -degradation with shader attribute object setValue()
474  Update javadoc for -TextureLoader for ImageException
478  Memory leak in -TransparencySortController
479  JOGL: Screen door -transparency renders incorrectly on JoglPipeline
480  getBounds should -cache results
481  JOALSample: cannot -load if only URLString is given in MediaContainer
485  ClassCastException -when switching shaders in PhongShadingGLSL example
486  Java 3D hangs on -some Windows Vista systems
488  ImageComponent3D -bug with by-reference images
489  AutoOffScreenCanvas3D: -postSwap() is called twice
490  JOALSample fails to -load second sample
491  Refactor -platform-specific classes to use non-overlapping class names
492  ImageComponent2D.setSubImage -throws IllegalArgumentException
494  Group.moveto(null) -throws a NullPointerException
- - -
496  Big performance hit -in VirtualUniverse.getNodeId
- - -
500  Reuse JOAL buffers -where possible
- - -
- - -
- - -

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: -

- - - - - -

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

- - -

NOTE: You must install both Java 3D and -JOGL into the JRE, -or else you must install neither Java 3D nor JOGL -into the -JRE. If you install Java 3D into the JRE and put JOGL on your -CLASSPATH, the JoglPipeline will fail to find the JOGL classes.

- - -

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.

- - - - diff --git a/www/j3d1_5_2/RELEASE-NOTES-beta1.html b/www/j3d1_5_2/RELEASE-NOTES-beta1.html deleted file mode 100644 index 7b974ee..0000000 --- a/www/j3d1_5_2/RELEASE-NOTES-beta1.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - Java 3D 1.5.2 Pre-Release Notes - - -

Java 3DTM 1.5.2-beta1 -Release Notes

-

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

- -

Click -here for instructions -on -how -to install this release of -Java 3D -version 1.5.2-beta1.

-

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

-

System Requirements

-

The 1.5.2-beta1 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-beta1 version of Java 3D for Solaris SPARC requires the -following: -

- -

Solaris x86

-

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

- -

Linux
-

-

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

- -

Windows
-

-

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

- - - -

Mac OS X

-

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

- -

Improvements in 1.5.2-beta1

-

Enhancements

- -

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: -

- -

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.

- - diff --git a/www/j3d1_5_2/RELEASE-NOTES-beta2.html b/www/j3d1_5_2/RELEASE-NOTES-beta2.html deleted file mode 100644 index 5d678bf..0000000 --- a/www/j3d1_5_2/RELEASE-NOTES-beta2.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - Java 3D 1.5.2 Pre-Release Notes - - -

Java 3DTM 1.5.2-beta2 -Release Notes

-

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

- -

Click -here for instructions -on -how -to install this release of -Java 3D -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: -

- -

Solaris x86

-

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

- -

Linux
-

-

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

- -

Windows
-

-

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

- - - -

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

- -

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: -

- -

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.

- - diff --git a/www/j3d1_5_2/RELEASE-NOTES.html b/www/j3d1_5_2/RELEASE-NOTES.html deleted file mode 100644 index d6f0d4b..0000000 --- a/www/j3d1_5_2/RELEASE-NOTES.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - Java 3D 1.5.2 Release Notes - - -

Java 3DTM 1.5.2 -Release Notes

-

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

- -

Click -here for instructions -on -how -to install this release of -Java 3D -version 1.5.2.

-

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

-

System Requirements

-

The 1.5.2 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 version of Java 3D for Solaris SPARC requires the -following: -

- -

Solaris x86

-

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

- -

Linux
-

-

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

- -

Windows
-

-

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

- - - -

Mac OS X

-

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

- -

Improvements in 1.5.2

-

Enhancements

- -

Issues Fixed in 1.5.2

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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.
510  J3DGraphics2D context lost when canvas changes frame
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
543  J3DClock does not adjust to clock skew
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
583  A disposed Graphics2D remains in Canvas3D after removal and addtion
585  ClassCastException in TransformStructure.java
-
-

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: -

- -

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.

- - diff --git a/www/project_tools.html b/www/project_tools.html deleted file mode 100644 index bc57931..0000000 --- a/www/project_tools.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - Project Tools - - -
Wiki
-
Downloads
- - -- cgit v1.2.3