Login  Register

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

Posted by gouessej on Dec 02, 2013; 9:12am
URL: https://forum.jogamp.org/Hello-how-could-i-load-normal-map-in-obj-tp4030707p4030748.html

ravenocean wrote
  but i haved check the ardor3D 's obj loader,
  in ardor3D is the class of :com.ardor3d.extension.model.obj.ObjImporter,
  not support the key word "map bump"
I can implement this feature in Ardor3D if you really need it.

Edit.: This example uses normal mapping:
https://github.com/Renanse/Ardor3D/blob/master/ardor3d-examples/src/main/java/com/ardor3d/example/pipeline/AnimationBlinnPhongExample.java
 
ravenocean wrote
  and the JME3 's obj loader is the class of :com.jme3.scene.plugins.MTLLoader ,
  seems to be supporting for normal mapping ,
  but i loaded a model and did not saw the normal mapping effect,
Maybe you have to turn something on, in the lights.
Julien Gouesse | Personal blog | Website