Scott,

I just uploaded the 0.90.2 source release a couple
of hours ago which should be copied to the external mirror at midnight,
so, we'll have to integrate your fix into 0.90.3. 


thanks for the fix!


--
Rick Goldberg
Sun Microsystems
>Content-return: allowed
>Date: Wed, 31 Mar 1999 16:33:33 -0800
>From: "Decker, Scott D" <[EMAIL PROTECTED]>
>Subject: [java3d] fix to vrml loader is needed
>To: "'Java3D'" <[EMAIL PROTECTED]>, "'[EMAIL PROTECTED]'" 
<[EMAIL PROTECTED]>
>MIME-version: 1.0
>
>I had posted a problem before about setting the world url for a vrml object
>in the vrml loader code, it sets the URL object to ./ or .\
>which will give a malformed url exception
>the correct code is shown below
>so, if you want to change your Loader.java class to make it so that you can 
read
>from a Reader object correctly
>here ya go
>
>
>public void setWorldURL(URL baseURL, URL worldURL) {
>       this.worldURL = worldURL;
>       if (baseURL == null) {
>           if (worldURL == null) { // input is from an input stream
>               //worldURLBaseName = new String("."+ File.separator);
>               worldURLBaseName = new String("file:" + File.separator + "." +
>File.separator); //fix show here
>           } else {
>
>Scott Decker
>Research Scientist
>Pacific Northwest National Labs
>[EMAIL PROTECTED]
>
>=====================================================================
>To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
>Java 3D Home Page: http://java.sun.com/products/java-media/3D/

=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to