> From: Bimal Kishore Rath [mailto:[EMAIL PROTECTED]] > I am new to JAVA 3D. I have a raw volume written slice by slice (Z-slice) to > a single file. I am wondering if there is any class in Java3D that would > let me visualize the slices of this volume along different axes (X-slice, > Y-slice and Z-slice).
An example of this algorithm is located at http://www.j3d.org/tutorials/quick_fix/volume.html This example uses a simple file format which has a header which describes the volume followed by the volume in "raw" format. I'm working on an update to this code which will include a "raw" file reader. I'll send mail to this alias when it is available. Doug Gehringer Sun Microsystems =========================================================================== 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".
