View Single Post
  #2  
Old 02-05-2013, 11:57 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Currently exporting a model with normal map is not supported. If you use the bumpmap command you will also need to set the diffuse texture:
Code:
#Apply diffuse texture to unit 1
model.texture(diff,'',1)
#Apply normal map texture to unit 0
model.bumpmap(norm,'',0)
Have you tried that?
Reply With Quote