View Single Post
  #4  
Old 09-11-2012, 11:05 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The file loads and the geometry is there. The problem is that the scale is off and you don't see it. Try running the following:
Code:
import viz
viz.go()

viz.add('temp_1.obj',pos=[0,2,2],euler=[0,-90,0],scale=[0.01,0.01,0.01])
The error message indicates there are no associated material files found.
Reply With Quote