Hi,

I have run into strange (or possibly not at all) problem. I can load
.lws file, but during parsing the file, Lw3dLoader fails to load every
.lwo file referenced in .lwo file. I load the object via URL and thus
(according to documentation at least) can't set Base Url, since "This
method is not currently implemented." Ok, i put all the files into one
directory. Now, if i reference the .lwo files from .lws file by name
only (_without any path_ at all) i got the following error:

> com.sun.j3d.loaders.lw3d.ObjectFileNotFoundException:
> Could not find file: Rccopter.lwo; Check scene file for incorrect pathname or 
>filename

Neither i can load such .lws file from Lightwave 5.6 itself. When .lwo
files referenced by full name (starting with drive letter and so on),
Lightwave does load this scene, but Java3D prints out
NullPointerException.

So, how external .lwo files should be referenced in .lws file in order
to load the scene via URL parameter? Is it possible at all?

Thanks a lot,

vladimir

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