This is a very simple example that should demonstrate the basic concepts of
working with volumes. http://dcasteel.freeservers.com/ColorCube.html
(I don't consider it to be a true volumetric application, but it should help
people trying to get started).
I will be following up soon with a VolumeDemo using the marching cube
algorithm which I translated from Paul Bourke's C code, please visit his
page at: http://www.swin.edu.au/astronomy/pbourke/modelling/polygonise/
Polygonising a scalar field
Also known as: "3D Contouring", "Marching Cubes", "Surface Reconstruction"
Written by Paul Bourke
May 1997
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".