Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
10 user(s) are online (10 user(s) are browsing encyclopedia)

Members: 0
Guests: 10

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Java 3D

Java 3D is a scene graph based 3D computer graphics Application_programming_interface for the Java programming language platform from Sun Microsystems. It typically runs on top of either OpenGL or Direct3D.

Comparing to other solutions Java 3D is not only a Wrapper around these graphics APIs but an interface that encapsulates the graphics programming using a real object-oriented concept. 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.

For some time Java 3D has been available as open source.

=External links=

  • https://java3d.dev.java.net/
  • http://java3d.virtualworlds.de - Java 3D support and information page
  • http://www.3dchat.org Example - VR application using Java 3D