Hi, I would like to display a slice or a set of slices of MRI data. Is the easiest/best way to do this- by creating a BufferedImage for the slice I want and doing a 2D texture map? I am trying to avoid having to copy the data for each slice I want to view. Is there a way to setup the data structure so I don't have to create a new BufferedImage each time I want to view a different section?
Thanks for any suggestions, Sandy =========================================================================== 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".