View Single Post
  #2  
Old 11-06-2012, 02:25 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The code you posted is from a Vizard 4 example. In Vizard 3 replace:
Code:
env = viz.addEnvironmentMap('sky.jpg')
with:
Code:
env = viz.add(viz.ENVIRONMENT_MAP,'sky.jpg')
Reply With Quote