View Single Post
  #2  
Old 03-20-2012, 07:20 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
To load an image, use the viz.addTexture command instead of viz.addChild:
Code:
texture = viz.addTexture('lake.jpg')
Reply With Quote