Andr� Barbosa wrote:
People, it�s possible to generate an image using Java3D and output
stream that to a browser (without save ion a disk), like a JPEG image?
Thank�s
Andre Barbosa
****************
www.c-events.com <http://www.c-events.com>
This is possible. Use an offscreen canvas to generate the scene into a
buffered image. You could then use the javax.imageio package to output
the buffered image as a JPEG file. If you're thinking about inside a
servlet then you'd have to add content headers etc..
Kev
===========================================================================
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".