|
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
|
