Hi all,
I want to load an obj file to my scene.
private URL filename = null;
filename =(getClass().getResource("galleon.obj"));
but it gives nullPointerExeption. I have located the obj file in project folder.
What is the problem ?
Regards,
Saeed
Do You Yahoo!?
Yahoo! Small Business - Try our new Resources site! =========================================================================== 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".