Hi, thanx for tha fast answer !
I still use the old vrml97 loader from sun, which already has gzip support. _but_ : instead of 15 seconds (uncompressed model, ~3MB) the compressed 850kb-model needs 11min to load ! In a LAN environment this would not matter, but I have to reduce the amount of data somehow to get it through a modem... I checked and it uses the "java.util.zip.GZIPInputStream" Routine. So maybe ZIPInputStream may be faster ? btw, I could not find a cybervreml loader on j3d.org :( thanx, -Juergen. Joachim Diepstraten schrieb: > Hi Juergen > > > Does anybody know of a vrml loader that supports compressed vrml-files ? > > > > (gzip format or other) > Not that I know off, but for some of the VRML-Loaders the sourcecode is > available and you basically just have to change the IOStreams to > GZIPIOStreams or ZIPIOStreams which are provided in the JAVA2 API > > EOF, > J.D. > > -- > Jmark2k+1 (http://www.antiflash.net/jmark) > Test the performance of your PC online! > > =========================================================================== > 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". =========================================================================== 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".