How to load .obj files with JOGL?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

How to load .obj files with JOGL?

Kosar
I'm trying to make a traffic simulation program with JOGL but I want to model the cars in 3ds Max or Blender but I'm not sure how to that. Any help will be appreciated.
Reply | Threaded
Open this post in threaded view
|

Re: How to load .obj files with JOGL?

gouessej
Administrator
There is an OBJ loader in JOGL itself and another one in JOGL-Utils. You can use an engine or a framework based on JOGL to load such models too: JMonkeyEngine, Unlicense-lib, JogAmp's Ardor3D Continuation, Java3D, LibGDX, ...
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: How to load .obj files with JOGL?

Kosar
The problem is I don't know where to start, How do I use the OBJ loader provided with JOGL itself?
Reply | Threaded
Open this post in threaded view
|

Re: How to load .obj files with JOGL?

gouessej
Administrator
I already answered to this question here:
http://forum.jogamp.org/Hello-how-could-i-load-normal-map-in-obj-td4030707.html

Look at SimpleObjExample and at this tutorial if you want something simple and working but using an engine based on JOGL rather than something lightweight.
Julien Gouesse | Personal blog | Website