jogl and importing .obj files?

Hi there,

I was wondering if there was any straightforward and successful way of importing detailed .obj files into JOGL. I know this can be done with Java3D, but the only translation i’ve seen between the two looks kind of dubious.

Afterall, if i’m gonna be using JOGL for 3d i’m going to need to use more complicated models than what i want to do by vertex assignment inside of JOGL.

Thanks for any help :slight_smile:

I actually just found a library earlier today…

http://jerome.jouvie.free.fr/OpenGl/Projects/ModelLoader.php

Wow… that’s more like a fully functional program than an API, but cool to see something working

Actually if you sort through all the stuff on the page you’ll find that there’s actually an API as well.