To Nathan: maybe Andre simply wants to generate a static picture of a 3d model based on some info the user enters in a form, from within a servlet.
 
To Andre: yes, it's possible.You have to create an off-screen Canvas3D on which you paint your model, then you get the image from the off-screen buffer, encode it in jpeg format and send it to the browser. You can even generate a movie stream if you want and know how to!.
 
Cheers,
 
Florin
-----Urspr�ngliche Nachricht-----
Von: Nathan Bower [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 3. Dezember 2002 15:53
An: [EMAIL PROTECTED]
Betreff: Re: [JAVA3D] JPEG 3D - output

why is it essential to output directly to a browser?
 
I dont understand why you would want to do this.
 
N
----- Original Message -----
Sent: Tuesday, December 03, 2002 11:15 AM
Subject: [JAVA3D] JPEG 3D - output

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

Reply via email to