Sections

j3d.org

Java 3D Online Examples

This section contains a number of example Java3D applications that will run within your web browser. Because of this, you need to have Java3D and the Java Plugin installed (here's why). The examples are a mixed bag, some require J3D 1.2 others will work with the earlier 1.1 version. Each example should include this information in it.

 

Example Code

Multi-Texturing

Combining two or more images into layers to form a single texture.

AlphaTest

Here is an interactive applet which will allow you to play with the parameters of the Alpha class and see a graph of the results. The code is available here.