Login  Register

Re: How to import Blender models into JOGL?

Posted by gouessej on Jul 04, 2012; 8:30am
URL: https://forum.jogamp.org/How-to-import-Blender-models-into-JOGL-tp4025391p4025409.html

Something is wrong in the path you supply, the resource is not found. Use Class.getResource() or Class.getResourceAsStream with the path "/Modelle/Twonky.obj". You may have to modify his loader if it does not support input streams but it is quite trivial.
Julien Gouesse | Personal blog | Website