rss link
Main Page
Links Found Here
References

Title: Java 3D Objects and surfaces

Last Modified: 07.25.2009

There are three things that belong to this project:

datashow3d.jar

This is the library and basis of the code. It provides a simple universe with a screen that has a controlable view and orientation. There are two lights, one that follows the pointer around and an ambient light.

datashow3d_src.zip

These are the source for datashow3d.

datashow3d_demos_src.zip

This is the source for the demos which demostrate the two objects I have made for this scene, you can see that by writing a demo it is relatively simple and quick. Though to make something that looks nice you would probably need to change the code in datashow3d library. Here are some screen shots.

Surface Demo:

Points Demo:

Mixed Demo, this uses both:

I have done somethings to make this pretty resource heavey, for one thing the surfaces are transparent. Plus they are animated, turn off the transparencies and the animations and it works much faster.

show comments(0)create new

Links:

Refernces: