Login  Register

Re: How to import Blender models into JOGL?

Posted by Pixelapp on Jul 05, 2012; 6:47pm
URL: https://forum.jogamp.org/How-to-import-Blender-models-into-JOGL-tp4025391p4025433.html

To answer your question. The ones you show don't work because you either skip the getClassLoader() method or you don't get the correct present parameter which is "this". And that's the logic behind it.

This is what I do.

ClassLoader cl = this.getClass().getClassLoader();