Hello ...
I'm a newbie to java3d, and would appreciate some feedback for the problem I'm
experiencing. Presently only have access to winNT4.0
problem:
in my code..
....
ObjectFile f = new ObjectFile(flags, (float)(creaseAngle*Math.PI/180.0));
try {
f.setBaseUrl(new URL("file:///d:/myData/textures"));
s = f.load(new URL("file:///d:/myData/dummy.obj"));
}
catch...
I get the following runtime error....
Error setting base URL: no protocol:
my dummy.obj model gets displayed correctly, however there are no textures on my model.
Any help resolving this would be greatly appreciated.
Thanks
Unni
===========================================================================
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".