Christian Schnabl wrote:

Thanks for the example ;-)
But its not solving the problem at all. if i pass a filereader to the load() method it 
works fine, but only because the reader only includes the files path and not the file 
itself.  what i'm trying to do is pass the file as a reader which actually includes 
the file. i want to get the data directly from that stream.
thanks,
chris

I cannot follow what your trying to do then.  The FileReader cannot be
just a directory, it must specify a specific file.  Maybe you can post
some code which shows what your trying to do.  The FileReader turns a
file on disk to a stream.  This stream is read by the load() method.

--
Alan Hudson
President: Yumetech, Inc.                      http://www.yumetech.com/
Web3D Open Source Chair        http://www.web3d.org/TaskGroups/source/

===========================================================================
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".

Reply via email to