*** Welcome to piglix ***

Java3D

Java 3D
Developer(s) Sun Microsystems & JogAmp Community
Stable release
1.5.2 / 2008; 9 years ago (2008)
Preview release
1.6.0-pre12 / April 20, 2015; 21 months ago (2015-04-20)
Operating system Cross-platform
Type 3D computer graphics software (library/API)
License GPL version 2+GPL linking exception
Website java3d.java.net
JogAmp's Java3D Continuation forum

Java 3D is a scene graph based 3D application programming interface (API) for the Java platform. It ran atop either OpenGL or Direct3D until the version 1.6.0 which runs at the top of JOGL. Since version 1.2, Java 3D has been developed under the Java Community Process. A Java 3D scene graph is a directed acyclic graph (DAG).

Compared to other solutions, Java 3D is not only a wrapper around these graphics APIs, but an interface that encapsulates the graphics programming using a true object-oriented approach. Here a scene is constructed using a scene graph that is a representation of the objects that have to be shown. This scene graph is structured as a tree containing several elements that are necessary to display the objects. Additionally, Java 3D offers extensive spatialized sound support.

Java 3D and its documentation are available for download separately. They are not part of the Java Development Kit (JDK).

Intel, Silicon Graphics, Apple, and Sun all had retained mode scene graph APIs under development in 1996. Since they all wanted to make a Java version, they decided to collaborate in making it. That project became Java 3D. Development was underway already in 1997. A public beta version was released in March 1998. The first version was released in December 1998. From mid-2003 through summer 2004, the development of Java 3D was discontinued. In the summer of 2004, Java 3D was released as a community source project, and Sun and volunteers have since been continuing its development.


...
Wikipedia

...