Login  Register

Re: Hello,how could i load normal map in obj?

Posted by Sven Gothel on Nov 29, 2013; 1:37am
URL: https://forum.jogamp.org/Hello-how-could-i-load-normal-map-in-obj-tp4030707p4030714.html

On 11/28/2013 02:20 PM, gouessej [via jogamp] wrote:

> Hi
>
> There are several OBJ loaders in JOGL and JOGL-Utils but personally, I use
> Ardor3D which supports WaveFront OBJ both as an import format and an export
> format. Its wiki is here:
> https://github.com/Renanse/Ardor3D/wiki
>
> This is a simple example allowing to load and display the content of an OBJ file:
> https://github.com/Renanse/Ardor3D/blob/master/ardor3d-examples/src/main/java/com/ardor3d/example/pipeline/SimpleObjExample.java
>
besides .. we also have OBJ loader in jogl-demos and jogl-utils.
The latter is quite unmaintained and may not work at all.
jogl-demos AFAIK contains at least two OBJ loader w/ demos.
Consider those if you like to be more 'native' w/o a scenegraph.

However, Ardor3D's utilities are for sure more matured.

~Sven


signature.asc (911 bytes) Download Attachment