Wednesday, October 30, 2002, 9:59:52 AM, Justin Couch wrote:
> Joachim Bratteli wrote:
>> Why? And how do I get VRML97Loader to load textures again?
> We had a collection of issues associated with the loading of
> anything defined externally. Some of these were simply due to not
> enough testing - at least not of the codepaths that other people
> seem to be using. We tested what we thought were the common
> configurations, but that is obviously not what most people seem to
> be using.

Surely you have not tested with my codepath. But, I thought that the
basic operation for loading simple VRML97-geometry into Java3D would
be to use the "three lines of code"-solution shown in my example. :-)

> This updated code is in CVS, but there is no dev release for it. We
> were going to put one out today, but a couple of other issues held
> us back. There will probably be one tomorrow.

Thanks. I have also been testing with the 12-october dev-release, and
this gave the following exception while loading:

org.ietf.uri.UnsupportedServiceException: file is not supported
        at org.ietf.uri.URL.getResource(URL.java:472)
        at org.web3d.vrml.sav.InputSource.getCharacterStream(InputSource.java:158)
        at 
org.web3d.vrml.parser.GeneralisedReader.parseWeakly(GeneralisedReader.java:84)
        at org.web3d.vrml.parser.BaseReader.parse(BaseReader.java:106)
        at 
org.web3d.vrml.nodes.loader.DefaultWorldLoader.loadNow(DefaultWorldLoader.java:144)
        at 
org.web3d.vrml.nodes.loader.DefaultWorldLoader.loadNow(DefaultWorldLoader.java:95)
        at org.web3d.j3d.loaders.BaseLoader.load(BaseLoader.java:435)
        at org.web3d.j3d.loaders.BaseLoader.load(BaseLoader.java:252)
        at no.hrp.hvrc.j3d.parser.VRML97parser.loadVRML(VRML97parser.java:344)
        at no.hrp.hvrc.j3d.parser.VRML97parser.parse(VRML97parser.java:251)
        at no.hrp.hvrc.j3d.parser.VRML97parser.parseLoaderConfig(VRML97parser.java:173)
        at no.hrp.hvrc.j3d.consumer.VRConsumer.init(VRConsumer.java:133)
        at no.hrp.hvrc.j3d.consumer.VRConsumer.main(VRConsumer.java:171)

Could you explain why this is happening? Am I using the wrong format
for the URL?
Printing out the URL I get: file:/C:/CVS/vrconsumer/src/vrml/light2.wrl

Thanks again,

--
 Joachim Bratteli - [EMAIL PROTECTED]
System Programmer - IFE / OECD Halden Reactor Project
 Halden VR Centre - http://www.ife.no/vr/

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