Login  Register

Loading and drawing .obj models

Posted by Dale on Mar 21, 2011; 2:34am
URL: https://forum.jogamp.org/Loading-and-drawing-obj-models-tp2708428.html

I am currently in the process of implementing a simple model viewer. I am having some trouble with coding a .obj loader(taking a input model and passing it to my jogl code to draw to my canvas). I have found an existing loader in one of the jogl demo's but i am unsure on how to incorporate it into my own program. I was just wondering if any of you gurus had any tips on writing a .obj loader (or getting the loader from the shadow(i think) demo) and then applying a texture if needed?

Thanks in advance