Hi Daniel
Why do I get a slightly deja-vu
> Loader3ds loader = new Loader3ds();
> Scene s = loader.load("models/testfile.3ds");
replace the last line with
Scene s = null;
try {
s = loader.load(new URL(getCodeBase(),"models/testfile.3ds"))
} catch (java.io.MalformedURLException ex) { }
Or search in the JAVA3D-Interestgroup archive one week ago :)
EOF,
J.D.
--
Jmark2k+1 (http://www.antiflash.net/jmark)
Test the performance of your PC online!
===========================================================================
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".