Has anyone got experience with the xj3d vrml97Loader?

Somehow i couldn't get the implementation with java.io.Reader running.

The problem:

//----
Scene scene = null;
VRML97Loader loader = new VRML97Loader();
scene = loader.load(java.io.Reader);
//----

Now there are 3 different types of objects the loader accepts:
FILE, URL and Reader. But i tried almost everything i came up with, but except for the 
Reader everthing else works (FILE, URL).

Does anyone know how to implement the Reader to make it work?
Thanks so far,
Chris

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