Re: [JAVA3D] VrmlLoader.load(Reader)

2000-08-21 Thread Carl Smotricz
Hi Eelco, At 00:26 21.08.00 , you wrote: >a Canvas3D. However, every time I read VRML code using the Reader, this >Exception is caught: > >java.net.MalformedURLException: no protocol: ./ > at java.net.URL.(URL.java:308) > at >co Yep, I had the same problem. Seems that the code is

[JAVA3D] VrmlLoader.load(Reader)

2000-08-20 Thread Eelco van den Berg
Hi, I have VRML code available as a String, so I'm trying to use the method VrmlLoader.load(Reader), with the Reader being a StringReader. The VRML code seems to be imported correctly, since the model is rendered and displayed in a Canvas3D. However, every time I read VRML code using the Reader,