Christian Schnabl wrote:

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

Its a none issue, you need to call setBaseUrl on the loader if using a
reader.

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