Re: [JAVA3D] Volume Visualization

2001-09-28 Thread Doug Gehringer
> 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

Re: [JAVA3D] Volume Visualization

2001-09-28 Thread Joe Boccanfuso
Try using the ModelClip node. I think this what you are looking for. Ciao, Joe -Original Message- From: Bimal Kishore Rath [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 2:24 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] Volume Visualization Hi, I am new to JAVA 3D. I

[JAVA3D] Volume Visualization

2001-09-27 Thread Bimal Kishore Rath
Hi, 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). Thanks a lot for your response. Bimal =

Re: [JAVA3D] Volume visualization

2000-11-17 Thread Kevin Copps
Take a look at this: http://www.j3d.org/tutorials/quick_fix/volume.html === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [

Re: [JAVA3D] Volume visualization

2000-11-17 Thread Dipl. Ing. Paul Szawlowski
Hi I just tried this application. There will be an exception when you recompile the code. To avoid this change line113 in class Texture2DVolume from: colorModel = new ComponentColorModel(cs, nBits, false, false, 0, 0); to colorModel = new ComponentColorModel(cs, nBits, false, false, ComponentColo

Re: [JAVA3D] Volume visualization

2000-11-16 Thread LeRoy M. Dorman
There is code by Doug Gehringer to do this at http://www.j3d.org/tutorials/quick_fix/volume.html and there is an applet version as well. LeRoy Dorman > MIME-Version: 1.0 > Date: Thu, 16 Nov 2000 12:25:49 -0600 > From: "Jarzabek, David" <[EMAIL PROTECTED]> > Subject: [

Re: [JAVA3D] Volume visualization

2000-11-16 Thread Karsten Fries
Hi David, my first suggestion would be to exploit the transparency features of Java3D doing volume vis stuff. Normally you are processing voxel data and integrate a density (or whatever) value along the intersection ray. This would work quit well, suppose you order the voxels back to front before

[JAVA3D] Volume visualization

2000-11-16 Thread Jarzabek, David
Hi all: I'm wondering if Java3D has the capabilities to do volume visualization as in the context of medical imagry where you have a volume sampled in X,Y,Z and want to show physical properties (i.e. tissue density) in various colors and levels of opacity in 3D with some form of interpolation bet