j3d.org Code

Package org.j3d.texture.procedural

Classes for providing 2D screen overlays for a 3D canvas.

See:
          Description

Class Summary
PerlinNoiseGenerator Computes Perlin Noise for three dimensions.
TextureGenerator Various utility methods for creating textures from procedural means.
 

Package org.j3d.texture.procedural Description

Classes for providing 2D screen overlays for a 3D canvas.

Overlays provide an application with the ability place a 2D set of rendered images over the top of the 3D scene. This has come about because of the dismal performance of the standard Java3D capability provided by the Canvas3D class. These overlays are oriented as part of the 3D and always consistent with any drawn parts to provide an invisible overlay capability to the application code.

The code in this package is provided by Dave Yazel of Teseract Software, LLP.


j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org