tags:

views:

758

answers:

1

I have found may tutorials on loading an obj, but nothing on how to load it and use it with java, anyone have links to any useful tutorials?

+1  A: 

The closest that I could find were:

Keep in mind that JOGL is a very low-level API. Some of the higher-level APIs (JMonkeyEngine, and Java3D) have sophisticated APIs built in for handling this sort of thing. With JOGL, you will be doing much of the work yourself. Obviously, there are advantages and disadvantages to each approach.

jsight