The Source for Java Technology Collaboration


Home | Changes | Index | Search | Go

Java3D14

This page describes the Java 3D 1.4 API. Please read Java3DWikiInfo before making any changes to this page.

Table of Contents

Java 3D 1.4 Release

The final (fcs) release of the Java 3D 1.4.0 release is now available at https://java3d.dev.java.net/binary-builds-old.html -- see the release notes for more information, including system requirements and a list of fixed bugs.

New features

The 1.4 version of the Java 3D API includes the following new API features. The complete javadoc-generated API documentation is available at http://download.java.net/media/java3d/javadoc/1.4.0/index.html

Deprecated features

The following features have been deprecated in the Java 3D API.
  • CompressedGeometry class (no HW support, lack of industry acceptance)
  • Sensor prediction (has never been implemented)
  • PickPoint class (not fully implemented, cannot be used for geometry-based picking; use PickBounds with a BoundingSphere that has a small radius)
  • Morph node (expensive, picking doesn't work, can be done in a utility)

Note that deprecated features will not actually be removed. It instead reflects a decrease of emphasis on these features. While they should continue to function normally, no additional effort is likely to be put into them (for example, compressed geometry will not be supported with programmable shaders). This action paves the way to remove them from a future major release (e.g., a 2.0 release).

Topic Java3D14 . { Edit | Ref-By | Printable | Diffs r1 | More }
 XML java.net RSS

Revision r1 - 08 Jun 2006 - 20:35:33 - Main.kcr
Parents: Java3D > Java3DRoadmap