Not a hint, but solution of your problem! I bet u use loading via
(String) parameter instead of (URL) one. This works for application, but
not for applet, since inside objLoader class there are functions which
try to access file system. Use URL. This does work. Though as i wrote a
couple of week ago, there is a bug in current objLoader (detected only
under Windows systems) which causes 'baseURL was not initialized' or
smth like to be printed out during runtime. Actually it's not very
difficult to eliminate it by means of digging into source code of util
functions (they just use File.separator instead of '/' as path dividor.)
But this doesn't influece model loading unless the model uses some
external textures.

Think this would help,

vladimir

Uwe Trostheide wrote:
>
> Hello Everybody,
>
> Does anybody has succeded to run the ObjLoad-example as an Applet ?
> I get the strangest errors using Netscape...
> It would be very nice if somebody could give me ANY hints ...
>
> Best regards,
>  Uwe                          mailto:[EMAIL PROTECTED]
>
> ===========================================================================
> 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".

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