Re: [JAVA3D] Sending large 3D images over the Internet.

2005-05-22 Thread Mark Hood
> From: [EMAIL PROTECTED] > Date: Sun, 22 May 2005 03:12:44 + > > OK, I'll forget about using the CompressedGeometryFile entirely as you and > Laurent Gilson suggested. > > He did say that there should be a way to assemble a CompressedGeometry file > in the client applet though. Yes, it's very

Re: [JAVA3D] Sending large 3D images over the Internet.

2005-05-22 Thread Darrin Smith
Thanks Mark!   This makes sense, and will even allow me to keep the applet unsigned.  It will just mean another call (to get the header information) to the server, but that is still a lot faster than pulling the uncompressed images over.   -- Original message from Mark Hood <[EMAI