Hi Daniel
>
> I'm trying to load 3ds models from applets using the Starfire 3ds loader. They are 
>loaded fine from Netscape, but I have a problem with IE. If I try to load them like 
>this:
>           Loader3ds loader = new Loader3ds();
>           Scene s = loader.load("models/testfile.3ds");
Hmm the second line looks not like an URL loading to me.
Try something like this

Scene s = loader.load(getCodeBase(),"models/testfile.3ds");

EOF,
 J.D. (aka GTC)

--
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".

Reply via email to